mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 14:14:17 +00:00
Put back requirements to not break the server
This commit is contained in:
parent
9203a0d286
commit
6a5644b197
1 changed files with 7 additions and 7 deletions
|
@ -1,11 +1,11 @@
|
|||
Django==1.9.13
|
||||
Pillow==4.2.1
|
||||
Django==1.8.14
|
||||
Pillow==2.6.1
|
||||
Unipath==1.1
|
||||
coverage==3.6
|
||||
django-appconf==1.0.2
|
||||
django-appconf==0.6
|
||||
dj-stripe==0.3.5
|
||||
django-cors-headers==2.1.0
|
||||
django-discover-runner==1.0
|
||||
django-cors-headers==1.0.0
|
||||
django-discover-runner==0.4
|
||||
django-imagekit==4.0.1
|
||||
django-redis==4.8.0
|
||||
django-cachalot==1.5.0
|
||||
|
@ -13,11 +13,11 @@ django-tastypie==0.14.0
|
|||
django-markdown-deux==1.0.5
|
||||
djangorestframework==3.6.4
|
||||
drf-ujson==1.2.0
|
||||
gunicorn==19.7.1
|
||||
gunicorn==19.4.5
|
||||
markdown2==2.3.4
|
||||
mimeparse==0.1.3
|
||||
pilkit==2.0
|
||||
psycopg2==2.7.3.1
|
||||
psycopg2==2.5.4
|
||||
python-dateutil==2.6.1
|
||||
python-mimeparse==1.6.0
|
||||
simplejson==3.11.1
|
||||
|
|
Loading…
Reference in a new issue