From 43ac38030c5f6494c4f8dace8c8fb804dce4fb25 Mon Sep 17 00:00:00 2001 From: Bryan Date: Thu, 26 Feb 2015 20:28:53 -0500 Subject: [PATCH] locking down highest version of deps running on a tested system. closes #385 --- requirements.txt | 28 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/requirements.txt b/requirements.txt index 841f374..ca4d182 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,15 @@ +cffi==0.8.6 +ecdsa==0.13 +oauthlib==0.7.2 +paramiko==1.15.2 +python-dateutil==2.4.0 +pytz==2014.10 +requests-oauthlib==0.4.2 +simplejson==3.6.5 +six==1.9.0 +static3==0.5.1 Django>=1.5.0,<1.6.0 -django-celery==3.0.21 +django-celery==3.0.25 django-compressor==1.2 Fabric==1.5.3 South==0.8.4 @@ -10,31 +20,31 @@ django-grappelli==2.4.8 django-taggit==0.12 git+https://github.com/btbonval/django-filepicker.git filemagic==1.6 -requests==2.2.1 +requests==2.3.0 beautifulsoup4==4.3.2 -cryptography==0.2.2 # here to make buildpack install libffi +cryptography==0.4 # here to make buildpack install libffi pyopenssl==0.14 python-twitter==1.3.1 gdshortener==0.0.2 git+https://github.com/flaptor/indextank-py.git git+https://github.com/jhilker/html2text.git django-allauth==0.16.1 -boto==2.6.0 +boto==2.28.0 django-storages==1.1.4 django-reversion==1.8.0 -django-ajax-selects==1.3.3 +django-ajax-selects==1.3.4 git+https://github.com/btbonval/django-ajax-selects-cascade.git -psycopg2==2.4.5 -pylibmc==1.2.3 +psycopg2==2.5.3 +pylibmc==1.3.0 pyth==0.5.6 querystring_parser==1.2.0 -gunicorn==0.14.3 +gunicorn==18.0 dj-static==0.0.6 dj-database-url==0.3.0 mock==1.0.1 cssmin==0.1.4 amqplib==1.0.2 -django-sslify>=0.2 +django-sslify==0.2.5 newrelic==2.40.0.34 bleach==1.4 bleach-whitelist==0.0.7 -- 2.25.1