update requirements files

This commit is contained in:
Thomas Waldmann 2013-10-05 04:07:21 +02:00
parent 379eb33ae4
commit ca05d19f4f
4 changed files with 14 additions and 10 deletions

View File

@ -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

View File

@ -1,2 +1,6 @@
-r all.txt
django-debug-toolbar
pytest
pytest-django
pytest-pep8
Sphinx

3
requirements.d/prod.txt Normal file
View File

@ -0,0 +1,3 @@
-r all.txt
psycopg2
gunicorn

1
requirements.txt Normal file
View File

@ -0,0 +1 @@
-r ./requirements.d/dev.txt