update requirements files
This commit is contained in:
parent
379eb33ae4
commit
ca05d19f4f
@ -1,10 +1,6 @@
|
|||||||
dnspython==1.11.1
|
dnspython
|
||||||
Django==1.5.4
|
django==1.5.4
|
||||||
django-bootstrap-form==3.0
|
django-bootstrap-form
|
||||||
django-debug-toolbar==0.9.4
|
django-registration
|
||||||
django-registration==1.0
|
South
|
||||||
South==0.8.2
|
django-extensions
|
||||||
pytest==2.3.5
|
|
||||||
pytest-django==2.3.1
|
|
||||||
pytest-pep8==1.0.4
|
|
||||||
Sphinx==1.1.3
|
|
||||||
|
@ -1,2 +1,6 @@
|
|||||||
-r all.txt
|
-r all.txt
|
||||||
django-debug-toolbar
|
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