From 30d59750ff002b300e2d22508f8fecd5c9618fd5 Mon Sep 17 00:00:00 2001 From: Hanno Schlichting Date: Wed, 27 Apr 2016 13:12:16 +0200 Subject: [PATCH] Pin all dependencies, even indirect ones. This is the output of `pip freeze` with test-only dependencies like pep8, pyflakes and mccabe being removed. --- requirements.txt | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 04b2588..58474c1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,23 +1,33 @@ +amqp==1.4.9 +anyjson==0.3.3 +billiard==3.3.0.23 bleach==1.4.2 celery==3.1.23 +cookies==2.2.1 coverage==4.0.3 coveralls==1.1 +docopt==0.6.2 flake8==2.5.4 Flask==0.10.1 -flask-testing==0.4.2 +Flask-Testing==0.4.2 +html5lib==0.9999999 +httplib2==0.9.2 itsdangerous==0.24 Jinja2==2.8 jsonschema==2.5.1 +kombu==3.0.35 MarkupSafe==0.23 nose==1.3.7 nose-exclude==0.4.1 oauth2==1.9.0.post1 pylibmc==1.5.1 +pytz==2016.4 redis==2.10.5 requests==2.9.1 responses==0.5.1 +six==1.10.0 testfixtures==4.9.1 -uwsgi==2.0.12 +uWSGI==2.0.12 Werkzeug==0.11.9 wheel==0.29.0 wrapt==1.10.8