Add Django and djangorestframework to install requirements
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user