update requirements files
This commit is contained in:
parent
379eb33ae4
commit
ca05d19f4f
@ -1,10 +1,6 @@
|
||||
dnspython==1.11.1
|
||||
Django==1.5.4
|
||||
django-bootstrap-form==3.0
|
||||
django-debug-toolbar==0.9.4
|
||||
django-registration==1.0
|
||||
South==0.8.2
|
||||
pytest==2.3.5
|
||||
pytest-django==2.3.1
|
||||
pytest-pep8==1.0.4
|
||||
Sphinx==1.1.3
|
||||
dnspython
|
||||
django==1.5.4
|
||||
django-bootstrap-form
|
||||
django-registration
|
||||
South
|
||||
django-extensions
|
||||
|
@ -1,2 +1,6 @@
|
||||
-r all.txt
|
||||
django-debug-toolbar
|
||||
pytest
|
||||
pytest-django
|
||||
pytest-pep8
|
||||
Sphinx
|
||||
|
3
requirements.d/prod.txt
Normal file
3
requirements.d/prod.txt
Normal file
@ -0,0 +1,3 @@
|
||||
-r all.txt
|
||||
psycopg2
|
||||
gunicorn
|
1
requirements.txt
Normal file
1
requirements.txt
Normal file
@ -0,0 +1 @@
|
||||
-r ./requirements.d/dev.txt
|
Loading…
x
Reference in New Issue
Block a user