Commit 4e09cdab by Őry Máté

requirements: sort

parent 26de7f0c
# This file is here because many Platforms as a Service look for # File is here because many Platforms as a Service look for
# requirements.txt in the root directory of a project. # requirements.txt in the root directory of a project.
-r requirements/production.txt -r requirements/production.txt
Django==1.5.2
bpython==0.12 bpython==0.12
celery==3.0.23 celery==3.0.23
Django==1.5.2
django-braces==1.2.2 django-braces==1.2.2
django-celery==3.0.23 django-celery==3.0.23
django-crispy-forms==1.4.0 django-crispy-forms==1.4.0
...@@ -10,7 +10,7 @@ django-tables2==0.14.0 ...@@ -10,7 +10,7 @@ django-tables2==0.14.0
django-taggit==0.11.2 django-taggit==0.11.2
logutils==0.3.3 logutils==0.3.3
netaddr==0.7.10 netaddr==0.7.10
requests==2.2.1
South==0.8.1
psycopg2==2.5.1 psycopg2==2.5.1
pylibmc pylibmc
requests==2.2.1
South==0.8.1
# Local development dependencies go here # Local development dependencies go here
-r base.txt -r base.txt
coverage==3.6 coverage==3.6
django-discover-runner==0.4
django-debug-toolbar==0.9.4 django-debug-toolbar==0.9.4
django-discover-runner==0.4
Sphinx==1.2b1 Sphinx==1.2b1
# Pro-tip: Try not to put anything here. There should be no dependency in # Pro-tip: Try not to put anything here. There should be no dependency in
# production that isn't in development. # production that isn't in development.
-r base.txt -r base.txt
gunicorn==0.17.4 gunicorn==0.17.4
......
...@@ -3,5 +3,5 @@ ...@@ -3,5 +3,5 @@
coverage==3.6 coverage==3.6
django-discover-runner==0.4 django-discover-runner==0.4
django-nose==1.2 django-nose==1.2
mock==1.0.1
factory-boy==2.3.1 factory-boy==2.3.1
mock==1.0.1
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment