Add Django and djangorestframework to install requirements

This commit is contained in:
Cristi Vîjdea
2018-01-11 20:40:57 +01:00
parent 8dbf3fe984
commit 47de6f2f6f
5 changed files with 6 additions and 7 deletions
+4
View File
@@ -6,3 +6,7 @@ inflection>=0.3.1
future>=0.16.0
six>=1.11.0
uritemplate>=3.0.0
djangorestframework>=3.7.0
Django>=1.11.7,<2.0; python_version <= "2.7"
Django>=1.11.7; python_version >= "3.4"
-4
View File
@@ -1,8 +1,4 @@
# requirements necessary when deploying the test project to heroku
.[validation]
Django>=1.11.7,<2.0; python_version <= "2.7"
Django>=1.11.7; python_version >= "3.4"
-r testproj.txt
psycopg2>=2.7.3
gunicorn>=19.7.1