Skip to content

Commit

Permalink
Move requirements around for easier testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmac committed May 29, 2012
1 parent 053b09b commit 8176e6c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
10 changes: 10 additions & 0 deletions requirements-base.txt
@@ -0,0 +1,10 @@
Django>=1.3,<1.4
Unipath
django-bootstrap-form
django-floppyforms
python-dateutil==1.5
slumber
simplejson==2.5.2
django-storages==1.1.4
boto==2.3.0
raven==1.8.1
4 changes: 2 additions & 2 deletions requirements-dev.txt
@@ -1,5 +1,5 @@
-r requirements.txt
# Dev and testing requirements.
-r requirements-base.txt

fabric
nose==1.1.2
mock==0.8.0
13 changes: 3 additions & 10 deletions requirements.txt
@@ -1,16 +1,9 @@
Django>=1.3,<1.4
Unipath
django-bootstrap-form
django-floppyforms
python-dateutil==1.5
slumber
simplejson==2.5.2
django-storages==1.1.4
boto==2.3.0
# Production Requirements
-r requirements-base.txt

gunicorn==0.13.4
gevent==0.13.7
greenlet==0.3.4
django-pylibmc-sasl==0.2.4
pylibmc==1.2.3
psycopg2==2.4.5
raven==1.8.1

0 comments on commit 8176e6c

Please sign in to comment.