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

View File

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