Browse Source

Update python requirements

pull/342/head
Guillaume Vincent 6 years ago
parent
commit
6f4890f52f
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      requirements.txt

+ 5
- 5
requirements.txt View File

@@ -1,10 +1,10 @@
Django==1.11
Django==1.11.9
django-cors-middleware==1.3.1
djangorestframework==3.6.2
djangorestframework-jwt==1.10.0
psycopg2==2.7.1
djangorestframework==3.7.7
djangorestframework-jwt==1.11.0
psycopg2==2.7.3.2
gunicorn==19.7.1
djoser==0.5.4
envparse==0.2.0
# tests
factory-boy==2.8.1
factory-boy==2.9.2

Loading…
Cancel
Save