mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 06:04:18 +00:00
Update requirements.txt
Fix error when execute `make install` in virtual python enviroment
This commit is contained in:
parent
144aaeff8e
commit
7e28cfbe17
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ djangorestframework==3.9.4
|
|||
drf-ujson==1.2.0
|
||||
gunicorn==20.1.0
|
||||
mimeparse==0.1.3
|
||||
psycopg2==2.8.6
|
||||
psycopg2-binary==2.9.5
|
||||
python-dateutil==2.8.1
|
||||
python-mimeparse==1.6.0
|
||||
simplejson==3.17.2
|
||||
|
|
Loading…
Reference in a new issue