Skip to content

Instantly share code, notes, and snippets.

@magopian
Forked from diox/gist:22c58f24b721c1c59a4c
Last active December 31, 2015 00:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save magopian/d4b6d497d0a9a3b67362 to your computer and use it in GitHub Desktop.
Save magopian/d4b6d497d0a9a3b67362 to your computer and use it in GitHub Desktop.
# In each case, we need to check the dependencies.
###############
####### Not yet.
###############
# wait for https://bugzilla.mozilla.org/show_bug.cgi?id=948745
# /!\ requires Django: updates to latest version https://github.com/andymckay/curling/blob/master/setup.py#L13 /!\
# use pip-compile? https://github.com/nvie/pip-tools/tree/future (not released yet, in a branch)
curling==0.3.8 is available (you have 0.2.6)
# And thus, all the following can't be updated yet, as they're pinned from curling
slumber==0.6.0 is available (you have 0.5.3)
django-statsd-mozilla==0.3.9 is available (you have 0.3.8.6)
statsd==2.0.3 is available (you have 1.0.0)
requests==2.1.0 is available (you have 2.0.0) # /!\ it's pinned as 1.2.0 in curling /!\
# drop usage in favor of json? not yet, wait for py27: https://bugzilla.mozilla.org/show_bug.cgi?id=915256
simplejson==3.3.1 is available (you have 2.3.2)
# can't update to 0.99, version pinned by bleach(1.2.2) to 0.95 for the moment
html5lib==0.99 is available (you have 0.95)
# breaking changes, might be worth using requests-oauthlib and django-oauth-toolkit
oauthlib==0.6.0 is available (you have 0.4.0)
# what is using it appart django-mysql-pool? Is it safe to upgrade?
SQLAlchemy==0.8.4 is available (you have 0.7.5)
# needs major changes in receipts
PyBrowserID==0.9.1 is available (you have 0.6.0)
# https://github.com/mozilla/django-csp/commit/3c27f72489bac6061e1ea4ebf9b70361b105fece removed the reports feature
# which is used in apps/amo/urls.py, but is it really used? can't see those urls used anywhere, should we drop them?
django-csp==2.0.3 is available (you have 1.0.2)
# rdflib can be updated to 3.4, but 4.0 introduces backwards incompatible changes:
# many rdf fixtures can't be parsed properly, and find_root just fails
rdflib==4.0.1 is available (you have 3.0.0)
###############
####### Probably safe.
###############
django-debug-toolbar==0.11 is available (you have 0.9.4) # /!\ ONLY if python >= 2.6.5
###############
####### Probably safe but discuss...
###############
###############
####### Probably unsafe, but who knows! (check with ops!)
###############
gunicorn==18.0 is available (you have 0.17.4)
heka-py-raven==0.7 is available (you have 0.6)
raven==3.6.0 is available (you have 3.1.16)
GitPython==0.3.2.RC1 is available (you have 0.1.7)
newrelic==2.8.0.7 is available (you have 2.4.0.4)
# following lot should be updated in bulk I believe
django-celery==3.1.1 is available (you have 3.0.23)
celery==3.1.6 is available (you have 3.0.24)
billiard==3.3.0.12 is available (you have 2.7.3.34)
kombu==3.0.7 is available (you have 2.5.16)
amqp==1.3.3 is available (you have 1.3.3)
###############
####### Known to be unsafe / breakage, backwards-incompatible changes, etc, needs to
####### adjust our code or wait for a newer release. Some are tracked in specific bugs.
###############
Babel==1.3 is available (you have 0.9.6)
Django==1.6.1 is available (you have 1.4.8)
cssutils==0.9.10 is available (you have 0.9.7b3)
pyquery==1.2.6 is available (you have 0.4)
python-dateutil==2.2 is available (you have 1.5)
pyes==0.20.1 is available (you have 0.16.0)
###############
####### To triage
###############
PyMySQL==0.6.1 is available (you have 0.5)
django-memcached-pool==0.5 is available (you have 0.4.1)
lxml==3.3.0beta1 is available (you have 2.2.6)
===> Collecting source requirements
amqp==1.0.13 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:1)
anyjson==0.3.3 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:2)
babel==0.9.6 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:4)
basket-client==0.3.7 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:5)
billiard==2.7.3.34 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:6)
bleach==1.2.2 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:7)
boto==2.20.0 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:8)
cef==0.5 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:9)
celery==3.0.24 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:10)
celery-tasktree==0.3.2 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:11)
certifi==0.0.8 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:12)
chardet==2.1.1 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:13)
commonware==0.4.2 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:14)
cssutils==0.9.7b3 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:15)
curling==0.2.6 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:16)
defusedxml==0.4.1 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:17)
dj-database-url==0.2.2 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:19)
Django==1.4.8 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:18)
django-aesfield==0.1 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:20)
django-browserid==0.9 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:21)
django-cache-machine==0.8 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:22)
django-celery==3.0.23 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:23)
django-cronjobs==0.2.3 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:24)
django-csp==1.0.2 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:25)
django-debug-toolbar==0.9.4 (from /home/mathieu/zamboni/requirements/dev.txt:4)
django-extensions==1.2.5 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:26)
django-filter==0.7 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:27)
django-fixture-magic==0.0.4 (from /home/mathieu/zamboni/requirements/dev.txt:5)
django-memcached-pool==0.4.1 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:28)
django-multidb-router==0.5.1 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:29)
django-mysql-pool==0.2 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:30)
django-mysql-pymysql==0.1 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:31)
django-nose==1.2 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:32)
django-quieter-formset==0.3 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:33)
django-raven-heka==0.3 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:34)
django-recaptcha-mozilla==0.0.1 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:35)
django-statsd-mozilla==0.3.8.6 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:38)
django-storages==1.1.8 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:39)
django-waffle==0.9.2 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:40)
djangorestframework==2.3.10 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:36)
easy-thumbnails==1.4 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:41)
elasticutils==0.8.1 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:42)
email-reply-parser==0.2.0 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:43)
fastchardet==0.2.0 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:44)
feedparser==5.1.3 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:45)
fudge==1.0.3 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:46)
GitPython==0.1.7 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:47)
google-api-python-client==1.2 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:48)
gunicorn==0.17.4 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:49)
heka-py==0.30.3 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:55)
heka-py-cef==0.3 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:56)
heka-py-raven==0.6 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:57)
hera==0.1.2 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:50)
html5lib==0.95 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:51)
httplib2==0.8.0 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:52)
importlib-no-failure==1.0.2 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:53)
Jinja2==2.7.1 (from /home/mathieu/zamboni/requirements/dev.txt:2 -> /home/mathieu/zamboni/requirements/compiled.txt:1)
kombu==2.5.16 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:54)
lxml==2.2.6 (from /home/mathieu/zamboni/requirements/dev.txt:2 -> /home/mathieu/zamboni/requirements/compiled.txt:4)
m2secret==0.1.1 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:62)
MarkupSafe==0.18 (from /home/mathieu/zamboni/requirements/dev.txt:2 -> /home/mathieu/zamboni/requirements/compiled.txt:2)
mock==1.0.1 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:58)
monolith.client==0.9 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:59)
moz-addon-packager==1.0.1 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:60)
mozpay==2.0.0 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:61)
MySQL-python==1.2.4 (from /home/mathieu/zamboni/requirements/dev.txt:2 -> /home/mathieu/zamboni/requirements/compiled.txt:3)
ndg-httpsclient==0.3.2 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:63)
newrelic==2.4.0.4 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:65)
nose==1.3.0 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:64)
oauth2==1.5.211 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:66)
oauthlib==0.4.0 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:67)
ordereddict==1.1 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:68)
protobuf==2.5.0 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:70)
pyasn1==0.1.7 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:69)
PyBrowserID==0.6 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:71)
pyelasticsearch==0.6.1 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:72)
pyes==0.16.0 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:73)
PyJWT-mozilla==0.1.4.2 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:74)
PyMySQL==0.5 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:75)
pyOpenSSL==0.13.1 (from /home/mathieu/zamboni/requirements/dev.txt:2 -> /home/mathieu/zamboni/requirements/compiled.txt:12)
pyquery==0.4 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:76)
python-dateutil==1.5 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:77)
python-gflags==2.0 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:78)
python-memcached==1.53 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:79)
pytz==2013.8 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:80)
raven==3.1.16 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:81)
rdflib==3.0.0 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:82)
recaptcha-client==1.0.6 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:83)
receipts==0.2.9 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:84)
redis==2.8.0 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:85)
requests==2.0.0 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:86)
schematic==0.2 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:87)
simplejson==2.3.2 (from /home/mathieu/zamboni/requirements/dev.txt:2 -> /home/mathieu/zamboni/requirements/compiled.txt:15)
six==1.4.1 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:89)
slumber==0.5.3 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:90)
SQLAlchemy==0.7.5 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:91)
statsd==1.0.0 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:92)
suds==0.4 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:93)
===> Normalizing source requirements
amqp==1.0.13 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:1)
anyjson==0.3.3 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:2)
babel==0.9.6 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:4)
basket-client==0.3.7 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:5)
billiard==2.7.3.34 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:6)
bleach==1.2.2 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:7)
boto==2.20.0 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:8)
cef==0.5 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:9)
celery==3.0.24 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:10)
celery-tasktree==0.3.2 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:11)
certifi==0.0.8 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:12)
chardet==2.1.1 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:13)
commonware==0.4.2 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:14)
cssutils==0.9.7b3 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:15)
curling==0.2.6 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:16)
defusedxml==0.4.1 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:17)
dj-database-url==0.2.2 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:19)
Django==1.4.8 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:18)
django-aesfield==0.1 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:20)
django-browserid==0.9 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:21)
django-cache-machine==0.8 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:22)
django-celery==3.0.23 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:23)
django-cronjobs==0.2.3 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:24)
django-csp==1.0.2 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:25)
django-debug-toolbar==0.9.4 (from /home/mathieu/zamboni/requirements/dev.txt:4)
django-extensions==1.2.5 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:26)
django-filter==0.7 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:27)
django-fixture-magic==0.0.4 (from /home/mathieu/zamboni/requirements/dev.txt:5)
django-memcached-pool==0.4.1 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:28)
django-multidb-router==0.5.1 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:29)
django-mysql-pool==0.2 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:30)
django-mysql-pymysql==0.1 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:31)
django-nose==1.2 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:32)
django-quieter-formset==0.3 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:33)
django-raven-heka==0.3 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:34)
django-recaptcha-mozilla==0.0.1 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:35)
django-statsd-mozilla==0.3.8.6 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:38)
django-storages==1.1.8 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:39)
django-waffle==0.9.2 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:40)
djangorestframework==2.3.10 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:36)
easy-thumbnails==1.4 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:41)
elasticutils==0.8.1 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:42)
email-reply-parser==0.2.0 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:43)
fastchardet==0.2.0 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:44)
feedparser==5.1.3 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:45)
fudge==1.0.3 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:46)
GitPython==0.1.7 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:47)
google-api-python-client==1.2 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:48)
gunicorn==0.17.4 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:49)
heka-py==0.30.3 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:55)
heka-py-cef==0.3 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:56)
heka-py-raven==0.6 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:57)
hera==0.1.2 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:50)
html5lib==0.95 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:51)
httplib2==0.8.0 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:52)
importlib-no-failure==1.0.2 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:53)
Jinja2==2.7.1 (from /home/mathieu/zamboni/requirements/dev.txt:2 -> /home/mathieu/zamboni/requirements/compiled.txt:1)
kombu==2.5.16 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:54)
lxml==2.2.6 (from /home/mathieu/zamboni/requirements/dev.txt:2 -> /home/mathieu/zamboni/requirements/compiled.txt:4)
m2secret==0.1.1 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:62)
MarkupSafe==0.18 (from /home/mathieu/zamboni/requirements/dev.txt:2 -> /home/mathieu/zamboni/requirements/compiled.txt:2)
mock==1.0.1 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:58)
monolith.client==0.9 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:59)
moz-addon-packager==1.0.1 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:60)
mozpay==2.0.0 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:61)
MySQL-python==1.2.4 (from /home/mathieu/zamboni/requirements/dev.txt:2 -> /home/mathieu/zamboni/requirements/compiled.txt:3)
ndg-httpsclient==0.3.2 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:63)
newrelic==2.4.0.4 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:65)
nose==1.3.0 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:64)
oauth2==1.5.211 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:66)
oauthlib==0.4.0 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:67)
ordereddict==1.1 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:68)
protobuf==2.5.0 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:70)
pyasn1==0.1.7 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:69)
PyBrowserID==0.6 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:71)
pyelasticsearch==0.6.1 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:72)
pyes==0.16.0 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:73)
PyJWT-mozilla==0.1.4.2 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:74)
PyMySQL==0.5 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:75)
pyOpenSSL==0.13.1 (from /home/mathieu/zamboni/requirements/dev.txt:2 -> /home/mathieu/zamboni/requirements/compiled.txt:12)
pyquery==0.4 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:76)
python-dateutil==1.5 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:77)
python-gflags==2.0 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:78)
python-memcached==1.53 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:79)
pytz==2013.8 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:80)
raven==3.1.16 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:81)
rdflib==3.0.0 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:82)
recaptcha-client==1.0.6 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:83)
receipts==0.2.9 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:84)
redis==2.8.0 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:85)
requests==2.0.0 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:86)
schematic==0.2 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:87)
simplejson==2.3.2 (from /home/mathieu/zamboni/requirements/dev.txt:2 -> /home/mathieu/zamboni/requirements/compiled.txt:15)
six==1.4.1 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:89)
slumber==0.5.3 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:90)
SQLAlchemy==0.7.5 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:91)
statsd==1.0.0 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:92)
suds==0.4 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:93)
===> Resolving full tree
- Finding best package matching ['amqp==1.0.13']
Found best match: 1.0.13 (from dependency cache)
- Getting dependencies for amqp-1.0.13
Found: [] (from dependency cache)
- Finding best package matching ['anyjson==0.3.3']
Found best match: 0.3.3 (from dependency cache)
- Getting dependencies for anyjson-0.3.3
Found: [] (from dependency cache)
- Finding best package matching ['babel==0.9.6']
Found best match: 0.9.6 (from dependency cache)
- Getting dependencies for babel-0.9.6
Found: [] (from dependency cache)
- Finding best package matching ['basket-client==0.3.7']
Found best match: 0.3.7 (from dependency cache)
- Getting dependencies for basket-client-0.3.7
Found: ['requests'] (from dependency cache)
- Finding best package matching ['billiard==2.7.3.34']
Found best match: 2.7.3.34 (from dependency cache)
- Getting dependencies for billiard-2.7.3.34
Found: [] (from dependency cache)
- Finding best package matching ['bleach==1.2.2']
Found best match: 1.2.2 (from dependency cache)
- Getting dependencies for bleach-1.2.2
Found: ['html5lib==0.95'] (from dependency cache)
- Finding best package matching ['boto==2.20.0']
Found best match: 2.20.0 (from dependency cache)
- Getting dependencies for boto-2.20.0
Found: [] (from dependency cache)
- Finding best package matching ['cef==0.5']
Found best match: 0.5 (from dependency cache)
- Getting dependencies for cef-0.5
Found: [] (from dependency cache)
- Finding best package matching ['celery==3.0.24']
Found best match: 3.0.24 (from dependency cache)
- Getting dependencies for celery-3.0.24
Found: ['billiard>=2.7.3.34,<3.0', 'python-dateutil>=1.5', 'kombu>=2.5.15,<3.0'] (from dependency cache)
- Finding best package matching ['celery-tasktree==0.3.2']
Found best match: 0.3.2 (from dependency cache)
- Getting dependencies for celery-tasktree-0.3.2
Found: [] (from dependency cache)
- Finding best package matching ['certifi==0.0.8']
Found best match: 0.0.8 (from dependency cache)
- Getting dependencies for certifi-0.0.8
Found: [] (from dependency cache)
- Finding best package matching ['chardet==2.1.1']
Found best match: 2.1.1 (from dependency cache)
- Getting dependencies for chardet-2.1.1
Found: [] (from dependency cache)
- Finding best package matching ['commonware==0.4.2']
Found best match: 0.4.2 (from dependency cache)
- Getting dependencies for commonware-0.4.2
Found: [] (from dependency cache)
- Finding best package matching ['cssutils==0.9.7b3']
Found best match: 0.9.7b3 (from dependency cache)
- Getting dependencies for cssutils-0.9.7b3
Found: [] (from dependency cache)
- Finding best package matching ['curling==0.2.6']
Found best match: 0.2.6 (from dependency cache)
- Getting dependencies for curling-0.2.6
Found: ['argparse', 'requests==1.2.0', 'PyJWT-mozilla', 'mock', 'slumber==0.5.3', 'Django', 'pygments', 'oauth2==1.5.211', 'httplib2', 'django-statsd-mozilla==0.3.8.6', 'statsd==1.0.0'] (from dependency cache)
- Finding best package matching ['defusedxml==0.4.1']
Found best match: 0.4.1 (from dependency cache)
- Getting dependencies for defusedxml-0.4.1
Found: [] (from dependency cache)
- Finding best package matching ['dj-database-url==0.2.2']
Found best match: 0.2.2 (from dependency cache)
- Getting dependencies for dj-database-url-0.2.2
Found: [] (from dependency cache)
- Finding best package matching ['Django==1.4.8']
Found best match: 1.4.8 (from dependency cache)
- Getting dependencies for Django-1.4.8
Found: [] (from dependency cache)
- Finding best package matching ['django-aesfield==0.1']
Found best match: 0.1 (from dependency cache)
- Getting dependencies for django-aesfield-0.1
Found: ['M2Crypto>=0.18', 'Django>=1.3', 'm2secret>=0.1.1'] (from dependency cache)
- Finding best package matching ['django-browserid==0.9']
Found best match: 0.9 (from dependency cache)
- Getting dependencies for django-browserid-0.9
Found: ['requests>=0.9.1', 'fancy_tag==0.2.0', 'six>=1.3'] (from dependency cache)
- Finding best package matching ['django-cache-machine==0.8']
Found best match: 0.8 (from dependency cache)
- Getting dependencies for django-cache-machine-0.8
Found: [] (from dependency cache)
- Finding best package matching ['django-celery==3.0.23']
Found best match: 3.0.23 (from dependency cache)
- Getting dependencies for django-celery-3.0.23
Found: ['pytz>dev', 'celery>=3.0.23,<3.1.0'] (from dependency cache)
- Finding best package matching ['django-cronjobs==0.2.3']
Found best match: 0.2.3 (from dependency cache)
- Getting dependencies for django-cronjobs-0.2.3
Found: [] (from dependency cache)
- Finding best package matching ['django-csp==1.0.2']
Found best match: 1.0.2 (from dependency cache)
- Getting dependencies for django-csp-1.0.2
Found: [] (from dependency cache)
- Finding best package matching ['django-debug-toolbar==0.9.4']
Found best match: 0.9.4 (from dependency cache)
- Getting dependencies for django-debug-toolbar-0.9.4
Found: [] (from dependency cache)
- Finding best package matching ['django-extensions==1.2.5']
Found best match: 1.2.5 (from dependency cache)
- Getting dependencies for django-extensions-1.2.5
Found: ['six'] (from dependency cache)
- Finding best package matching ['django-filter==0.7']
Found best match: 0.7 (from dependency cache)
- Getting dependencies for django-filter-0.7
Found: [] (from dependency cache)
- Finding best package matching ['django-fixture-magic==0.0.4']
Found best match: 0.0.4 (from dependency cache)
- Getting dependencies for django-fixture-magic-0.0.4
Found: [] (from dependency cache)
- Finding best package matching ['django-memcached-pool==0.4.1']
Found best match: 0.4.1 (from dependency cache)
- Getting dependencies for django-memcached-pool-0.4.1
Found: ['Django', 'umemcache'] (from dependency cache)
- Finding best package matching ['django-multidb-router==0.5.1']
Found best match: 0.5.1 (from dependency cache)
- Getting dependencies for django-multidb-router-0.5.1
Found: [] (from dependency cache)
- Finding best package matching ['django-mysql-pool==0.2']
Found best match: 0.2 (from dependency cache)
- Getting dependencies for django-mysql-pool-0.2
Found: [] (from dependency cache)
- Finding best package matching ['django-mysql-pymysql==0.1']
Found best match: 0.1 (from dependency cache)
- Getting dependencies for django-mysql-pymysql-0.1
Found: [] (from dependency cache)
- Finding best package matching ['django-nose==1.2']
Found best match: 1.2 (from dependency cache)
- Getting dependencies for django-nose-1.2
Found: ['nose>=1.2.1', 'Django>=1.2'] (from dependency cache)
- Finding best package matching ['django-quieter-formset==0.3']
Found best match: 0.3 (from dependency cache)
- Getting dependencies for django-quieter-formset-0.3
Found: [] (from dependency cache)
- Finding best package matching ['django-raven-heka==0.3']
Found best match: 0.3 (from dependency cache)
- Getting dependencies for django-raven-heka-0.3
Found: ['docopt', 'heka-py-raven>=0.6'] (from dependency cache)
- Finding best package matching ['django-recaptcha-mozilla==0.0.1']
Found best match: 0.0.1 (from dependency cache)
- Getting dependencies for django-recaptcha-mozilla-0.0.1
Found: ['recaptcha-client'] (from dependency cache)
- Finding best package matching ['django-statsd-mozilla==0.3.8.6']
Found best match: 0.3.8.6 (from dependency cache)
- Getting dependencies for django-statsd-mozilla-0.3.8.6
Found: ['statsd'] (from dependency cache)
- Finding best package matching ['django-storages==1.1.8']
Found best match: 1.1.8 (from dependency cache)
- Getting dependencies for django-storages-1.1.8
Found: [] (from dependency cache)
- Finding best package matching ['django-waffle==0.9.2']
Found best match: 0.9.2 (from dependency cache)
- Getting dependencies for django-waffle-0.9.2
Found: [] (from dependency cache)
- Finding best package matching ['djangorestframework==2.3.10']
Found best match: 2.3.10 (from dependency cache)
- Getting dependencies for djangorestframework-2.3.10
Found: [] (from dependency cache)
- Finding best package matching ['easy-thumbnails==1.4']
Found best match: 1.4 (from dependency cache)
- Getting dependencies for easy-thumbnails-1.4
Found: ['django>=1.4', 'pillow', 'six'] (from dependency cache)
- Finding best package matching ['elasticutils==0.8.1']
Found best match: 0.8.1 (from dependency cache)
- Getting dependencies for elasticutils-0.8.1
Found: ['pyelasticsearch==0.6'] (from dependency cache)
- Finding best package matching ['email-reply-parser==0.2.0']
Found best match: 0.2.0 (from dependency cache)
- Getting dependencies for email-reply-parser-0.2.0
Found: [] (from dependency cache)
- Finding best package matching ['fastchardet==0.2.0']
Found best match: 0.2.0 (from dependency cache)
- Getting dependencies for fastchardet-0.2.0
Found: [] (from dependency cache)
- Finding best package matching ['feedparser==5.1.3']
Found best match: 5.1.3 (from dependency cache)
- Getting dependencies for feedparser-5.1.3
Found: [] (from dependency cache)
- Finding best package matching ['fudge==1.0.3']
Found best match: 1.0.3 (from dependency cache)
- Getting dependencies for fudge-1.0.3
Found: [] (from dependency cache)
- Finding best package matching ['GitPython==0.1.7']
Found best match: 0.1.7 (from dependency cache)
- Getting dependencies for GitPython-0.1.7
Found: [] (from dependency cache)
- Finding best package matching ['google-api-python-client==1.2']
Found best match: 1.2 (from dependency cache)
- Getting dependencies for google-api-python-client-1.2
Found: ['httplib2>=0.8'] (from dependency cache)
- Finding best package matching ['gunicorn==0.17.4']
Found best match: 0.17.4 (from dependency cache)
- Getting dependencies for gunicorn-0.17.4
Found: [] (from dependency cache)
- Finding best package matching ['heka-py==0.30.3']
Found best match: 0.30.3 (from dependency cache)
- Getting dependencies for heka-py-0.30.3
Found: ['docopt', 'protobuf'] (from dependency cache)
- Finding best package matching ['heka-py-cef==0.3']
Found best match: 0.3 (from dependency cache)
- Getting dependencies for heka-py-cef-0.3
Found: ['heka-py>=0.30.1', 'cef'] (from dependency cache)
- Finding best package matching ['heka-py-raven==0.6']
Found best match: 0.6 (from dependency cache)
- Getting dependencies for heka-py-raven-0.6
Found: ['heka-py>=0.30.1', 'raven==3.1.16'] (from dependency cache)
- Finding best package matching ['hera==0.1.2']
Found best match: 0.1.2 (from dependency cache)
- Getting dependencies for hera-0.1.2
Found: [] (from dependency cache)
- Finding best package matching ['html5lib==0.95']
Found best match: 0.95 (from dependency cache)
- Getting dependencies for html5lib-0.95
Found: [] (from dependency cache)
- Finding best package matching ['httplib2==0.8.0']
Found best match: 0.8 (from PyPI)
- Getting dependencies for httplib2-0.8
Found: [] (from dependency cache)
- Finding best package matching ['importlib-no-failure==1.0.2']
Found best match: 1.0.2 (from dependency cache)
- Getting dependencies for importlib-no-failure-1.0.2
Found: [] (from dependency cache)
- Finding best package matching ['Jinja2==2.7.1']
Found best match: 2.7.1 (from dependency cache)
- Getting dependencies for Jinja2-2.7.1
Found: ['markupsafe'] (from dependency cache)
- Finding best package matching ['kombu==2.5.16']
Found best match: 2.5.16 (from dependency cache)
- Getting dependencies for kombu-2.5.16
Found: ['anyjson>=0.3.3', 'amqp>=1.0.13,<1.1.0'] (from dependency cache)
- Finding best package matching ['lxml==2.2.6']
Found best match: 2.2.6 (from dependency cache)
- Getting dependencies for lxml-2.2.6
Found: [] (from dependency cache)
- Finding best package matching ['m2secret==0.1.1']
Found best match: 0.1.1 (from dependency cache)
- Getting dependencies for m2secret-0.1.1
Found: ['M2Crypto >= 0.18'] (from dependency cache)
- Finding best package matching ['MarkupSafe==0.18']
Found best match: 0.18 (from dependency cache)
- Getting dependencies for MarkupSafe-0.18
Found: [] (from dependency cache)
- Finding best package matching ['mock==1.0.1']
Found best match: 1.0.1 (from dependency cache)
- Getting dependencies for mock-1.0.1
Found: [] (from dependency cache)
- Finding best package matching ['monolith.client==0.9']
Found best match: 0.9 (from dependency cache)
- Getting dependencies for monolith.client-0.9
Found: ['requests', 'statsd'] (from dependency cache)
- Finding best package matching ['moz-addon-packager==1.0.1']
Found best match: 1.0.1 (from dependency cache)
- Getting dependencies for moz-addon-packager-1.0.1
Found: [] (from dependency cache)
- Finding best package matching ['mozpay==2.0.0']
Found best match: 2.0.0 (from dependency cache)
- Getting dependencies for mozpay-2.0.0
Found: ['PyJWT', 'M2Crypto>=0.2.0'] (from dependency cache)
- Finding best package matching ['MySQL-python==1.2.4']
Found best match: 1.2.4 (from dependency cache)
- Getting dependencies for MySQL-python-1.2.4
Found: [] (from dependency cache)
- Finding best package matching ['ndg-httpsclient==0.3.2']
Found best match: 0.3.2 (from dependency cache)
- Getting dependencies for ndg-httpsclient-0.3.2
Found: ['PyOpenSSL'] (from dependency cache)
- Finding best package matching ['newrelic==2.4.0.4']
Found best match: 2.4.0.4 (from dependency cache)
- Getting dependencies for newrelic-2.4.0.4
Found: [] (from dependency cache)
- Finding best package matching ['nose==1.3.0']
Found best match: 1.3.0 (from dependency cache)
- Getting dependencies for nose-1.3.0
Found: [] (from dependency cache)
- Finding best package matching ['oauth2==1.5.211']
Found best match: 1.5.211 (from dependency cache)
- Getting dependencies for oauth2-1.5.211
Found: ['httplib2'] (from dependency cache)
- Finding best package matching ['oauthlib==0.4.0']
Found best match: 0.4.0 (from dependency cache)
- Getting dependencies for oauthlib-0.4.0
Found: [] (from dependency cache)
- Finding best package matching ['ordereddict==1.1']
Found best match: 1.1 (from dependency cache)
- Getting dependencies for ordereddict-1.1
Found: [] (from dependency cache)
- Finding best package matching ['protobuf==2.5.0']
Found best match: 2.5.0 (from dependency cache)
- Getting dependencies for protobuf-2.5.0
Found: ['setuptools'] (from dependency cache)
- Finding best package matching ['pyasn1==0.1.7']
Found best match: 0.1.7 (from dependency cache)
- Getting dependencies for pyasn1-0.1.7
Found: [] (from dependency cache)
- Finding best package matching ['PyBrowserID==0.6']
Found best match: 0.6.0 (from PyPI)
- Getting dependencies for PyBrowserID-0.6.0
Found: ['M2Crypto', 'requests'] (from dependency cache)
- Finding best package matching ['pyelasticsearch==0.6.1']
Found best match: 0.6.1 (from dependency cache)
- Getting dependencies for pyelasticsearch-0.6.1
Found: ['requests>=1.0,<3.0', 'simplejson>=2.1.0', 'six'] (from dependency cache)
- Finding best package matching ['pyes==0.16.0']
Found best match: 0.16.0 (from dependency cache)
- Getting dependencies for pyes-0.16.0
Found: [] (from dependency cache)
- Finding best package matching ['PyJWT-mozilla==0.1.4.2']
Found best match: 0.1.4.2 (from dependency cache)
- Getting dependencies for PyJWT-mozilla-0.1.4.2
Found: ['M2Crypto'] (from dependency cache)
- Finding best package matching ['PyMySQL==0.5']
Found best match: 0.5 (from dependency cache)
- Getting dependencies for PyMySQL-0.5
Found: [] (from dependency cache)
- Finding best package matching ['pyOpenSSL==0.13.1']
Found best match: 0.13.1 (from dependency cache)
- Getting dependencies for pyOpenSSL-0.13.1
Found: [] (from dependency cache)
- Finding best package matching ['pyquery==0.4']
Found best match: 0.4 (from dependency cache)
- Getting dependencies for pyquery-0.4
Found: ['lxml>=2.1'] (from dependency cache)
- Finding best package matching ['python-dateutil==1.5']
Found best match: 1.5 (from dependency cache)
- Getting dependencies for python-dateutil-1.5
Found: [] (from dependency cache)
- Finding best package matching ['python-gflags==2.0']
Found best match: 2.0 (from dependency cache)
- Getting dependencies for python-gflags-2.0
Found: [] (from dependency cache)
- Finding best package matching ['python-memcached==1.53']
Found best match: 1.53 (from dependency cache)
- Getting dependencies for python-memcached-1.53
Found: [] (from dependency cache)
- Finding best package matching ['pytz==2013.8']
Found best match: 2013.8 (from dependency cache)
- Getting dependencies for pytz-2013.8
Found: [] (from dependency cache)
- Finding best package matching ['raven==3.1.16']
Found best match: 3.1.16 (from dependency cache)
- Getting dependencies for raven-3.1.16
Found: [] (from dependency cache)
- Finding best package matching ['rdflib==3.0.0']
Found best match: 3.0.0 (from dependency cache)
- Getting dependencies for rdflib-3.0.0
Found: [] (from dependency cache)
- Finding best package matching ['recaptcha-client==1.0.6']
Found best match: 1.0.6 (from dependency cache)
- Getting dependencies for recaptcha-client-1.0.6
Found: [] (from dependency cache)
- Finding best package matching ['receipts==0.2.9']
Found best match: 0.2.9 (from dependency cache)
- Getting dependencies for receipts-0.2.9
Found: ['pyjwt-mozilla', 'requests', 'argparse'] (from dependency cache)
- Finding best package matching ['redis==2.8.0']
Found best match: 2.8.0 (from dependency cache)
- Getting dependencies for redis-2.8.0
Found: [] (from dependency cache)
- Finding best package matching ['requests==2.0.0']
Found best match: 2.0.0 (from dependency cache)
- Getting dependencies for requests-2.0.0
Found: [] (from dependency cache)
- Finding best package matching ['schematic==0.2']
Found best match: 0.2 (from dependency cache)
- Getting dependencies for schematic-0.2
Found: [] (from dependency cache)
- Finding best package matching ['simplejson==2.3.2']
Found best match: 2.3.2 (from dependency cache)
- Getting dependencies for simplejson-2.3.2
Found: [] (from dependency cache)
- Finding best package matching ['six==1.4.1']
Found best match: 1.4.1 (from dependency cache)
- Getting dependencies for six-1.4.1
Found: [] (from dependency cache)
- Finding best package matching ['slumber==0.5.3']
Found best match: 0.5.3 (from dependency cache)
- Getting dependencies for slumber-0.5.3
Found: ['requests'] (from dependency cache)
- Finding best package matching ['SQLAlchemy==0.7.5']
Found best match: 0.7.5 (from dependency cache)
- Getting dependencies for SQLAlchemy-0.7.5
Found: [] (from dependency cache)
- Finding best package matching ['statsd==1.0.0']
Found best match: 1.0.0 (from dependency cache)
- Getting dependencies for statsd-1.0.0
Found: [] (from dependency cache)
- Finding best package matching ['suds==0.4']
Found best match: 0.4 (from dependency cache)
- Getting dependencies for suds-0.4
Found: [] (from dependency cache)
After round #1:
- Django (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:16 ~> curling==0.2.6)
- Django (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:28 ~> django-memcached-pool==0.4.1)
- Django==1.4.8 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:18)
- Django>=1.2 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:32 ~> django-nose==1.2)
- Django>=1.3 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:20 ~> django-aesfield==0.1)
- GitPython==0.1.7 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:47)
- Jinja2==2.7.1 (from /home/mathieu/zamboni/requirements/dev.txt:2 -> /home/mathieu/zamboni/requirements/compiled.txt:1)
- M2Crypto (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:71 ~> PyBrowserID==0.6.0)
- M2Crypto (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:74 ~> PyJWT-mozilla==0.1.4.2)
- M2Crypto>=0.18 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:20 ~> django-aesfield==0.1)
- M2Crypto>=0.18 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:62 ~> m2secret==0.1.1)
- M2Crypto>=0.2.0 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:61 ~> mozpay==2.0.0)
- MarkupSafe==0.18 (from /home/mathieu/zamboni/requirements/dev.txt:2 -> /home/mathieu/zamboni/requirements/compiled.txt:2)
- MySQL-python==1.2.4 (from /home/mathieu/zamboni/requirements/dev.txt:2 -> /home/mathieu/zamboni/requirements/compiled.txt:3)
- PyBrowserID==0.6 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:71)
- PyJWT (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:61 ~> mozpay==2.0.0)
- PyJWT-mozilla (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:16 ~> curling==0.2.6)
- PyJWT-mozilla==0.1.4.2 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:74)
- PyMySQL==0.5 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:75)
- PyOpenSSL (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:63 ~> ndg-httpsclient==0.3.2)
- SQLAlchemy==0.7.5 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:91)
- amqp==1.0.13 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:1)
- amqp>=1.0.13,<1.1.0 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:54 ~> kombu==2.5.16)
- anyjson==0.3.3 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:2)
- anyjson>=0.3.3 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:54 ~> kombu==2.5.16)
- argparse (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:16 ~> curling==0.2.6)
- argparse (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:84 ~> receipts==0.2.9)
- babel==0.9.6 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:4)
- basket-client==0.3.7 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:5)
- billiard==2.7.3.34 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:6)
- billiard>=2.7.3.34,<3.0 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:10 ~> celery==3.0.24)
- bleach==1.2.2 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:7)
- boto==2.20.0 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:8)
- cef (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:56 ~> heka-py-cef==0.3)
- cef==0.5 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:9)
- celery-tasktree==0.3.2 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:11)
- celery==3.0.24 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:10)
- celery>=3.0.23,<3.1.0 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:23 ~> django-celery==3.0.23)
- certifi==0.0.8 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:12)
- chardet==2.1.1 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:13)
- commonware==0.4.2 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:14)
- cssutils==0.9.7b3 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:15)
- curling==0.2.6 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:16)
- defusedxml==0.4.1 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:17)
- dj-database-url==0.2.2 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:19)
- django-aesfield==0.1 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:20)
- django-browserid==0.9 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:21)
- django-cache-machine==0.8 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:22)
- django-celery==3.0.23 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:23)
- django-cronjobs==0.2.3 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:24)
- django-csp==1.0.2 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:25)
- django-debug-toolbar==0.9.4 (from /home/mathieu/zamboni/requirements/dev.txt:4)
- django-extensions==1.2.5 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:26)
- django-filter==0.7 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:27)
- django-fixture-magic==0.0.4 (from /home/mathieu/zamboni/requirements/dev.txt:5)
- django-memcached-pool==0.4.1 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:28)
- django-multidb-router==0.5.1 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:29)
- django-mysql-pool==0.2 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:30)
- django-mysql-pymysql==0.1 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:31)
- django-nose==1.2 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:32)
- django-quieter-formset==0.3 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:33)
- django-raven-heka==0.3 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:34)
- django-recaptcha-mozilla==0.0.1 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:35)
- django-statsd-mozilla==0.3.8.6 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:16 ~> curling==0.2.6)
- django-statsd-mozilla==0.3.8.6 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:38)
- django-storages==1.1.8 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:39)
- django-waffle==0.9.2 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:40)
- django>=1.4 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:41 ~> easy-thumbnails==1.4)
- djangorestframework==2.3.10 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:36)
- docopt (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:34 ~> django-raven-heka==0.3)
- docopt (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:55 ~> heka-py==0.30.3)
- easy-thumbnails==1.4 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:41)
- elasticutils==0.8.1 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:42)
- email-reply-parser==0.2.0 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:43)
- fancy-tag==0.2.0 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:21 ~> django-browserid==0.9)
- fastchardet==0.2.0 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:44)
- feedparser==5.1.3 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:45)
- fudge==1.0.3 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:46)
- google-api-python-client==1.2 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:48)
- gunicorn==0.17.4 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:49)
- heka-py-cef==0.3 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:56)
- heka-py-raven==0.6 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:57)
- heka-py-raven>=0.6 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:34 ~> django-raven-heka==0.3)
- heka-py==0.30.3 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:55)
- heka-py>=0.30.1 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:56 ~> heka-py-cef==0.3)
- heka-py>=0.30.1 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:57 ~> heka-py-raven==0.6)
- hera==0.1.2 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:50)
- html5lib==0.95 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:51)
- html5lib==0.95 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:7 ~> bleach==1.2.2)
- httplib2 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:16 ~> curling==0.2.6)
- httplib2 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:66 ~> oauth2==1.5.211)
- httplib2==0.8.0 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:52)
- httplib2>=0.8 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:48 ~> google-api-python-client==1.2)
- importlib-no-failure==1.0.2 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:53)
- kombu==2.5.16 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:54)
- kombu>=2.5.15,<3.0 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:10 ~> celery==3.0.24)
- lxml==2.2.6 (from /home/mathieu/zamboni/requirements/dev.txt:2 -> /home/mathieu/zamboni/requirements/compiled.txt:4)
- lxml>=2.1 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:76 ~> pyquery==0.4)
- m2secret==0.1.1 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:62)
- m2secret>=0.1.1 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:20 ~> django-aesfield==0.1)
- markupsafe (from /home/mathieu/zamboni/requirements/dev.txt:2 -> /home/mathieu/zamboni/requirements/compiled.txt:1 ~> Jinja2==2.7.1)
- mock (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:16 ~> curling==0.2.6)
- mock==1.0.1 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:58)
- monolith.client==0.9 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:59)
- moz-addon-packager==1.0.1 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:60)
- mozpay==2.0.0 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:61)
- ndg-httpsclient==0.3.2 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:63)
- newrelic==2.4.0.4 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:65)
- nose==1.3.0 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:64)
- nose>=1.2.1 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:32 ~> django-nose==1.2)
- oauth2==1.5.211 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:16 ~> curling==0.2.6)
- oauth2==1.5.211 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:66)
- oauthlib==0.4.0 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:67)
- ordereddict==1.1 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:68)
- pillow (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:41 ~> easy-thumbnails==1.4)
- protobuf (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:55 ~> heka-py==0.30.3)
- protobuf==2.5.0 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:70)
- pyOpenSSL==0.13.1 (from /home/mathieu/zamboni/requirements/dev.txt:2 -> /home/mathieu/zamboni/requirements/compiled.txt:12)
- pyasn1==0.1.7 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:69)
- pyelasticsearch==0.6 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:42 ~> elasticutils==0.8.1)
- pyelasticsearch==0.6.1 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:72)
- pyes==0.16.0 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:73)
- pygments (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:16 ~> curling==0.2.6)
- pyjwt-mozilla (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:84 ~> receipts==0.2.9)
- pyquery==0.4 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:76)
- python-dateutil==1.5 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:77)
- python-dateutil>=1.5 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:10 ~> celery==3.0.24)
- python-gflags==2.0 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:78)
- python-memcached==1.53 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:79)
- pytz==2013.8 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:80)
- pytz>dev (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:23 ~> django-celery==3.0.23)
- raven==3.1.16 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:57 ~> heka-py-raven==0.6)
- raven==3.1.16 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:81)
- rdflib==3.0.0 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:82)
- recaptcha-client (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:35 ~> django-recaptcha-mozilla==0.0.1)
- recaptcha-client==1.0.6 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:83)
- receipts==0.2.9 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:84)
- redis==2.8.0 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:85)
- requests (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:5 ~> basket-client==0.3.7)
- requests (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:59 ~> monolith.client==0.9)
- requests (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:71 ~> PyBrowserID==0.6.0)
- requests (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:84 ~> receipts==0.2.9)
- requests (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:90 ~> slumber==0.5.3)
- requests==1.2.0 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:16 ~> curling==0.2.6)
- requests==2.0.0 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:86)
- requests>=0.9.1 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:21 ~> django-browserid==0.9)
- requests>=1.0,<3.0 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:72 ~> pyelasticsearch==0.6.1)
- schematic==0.2 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:87)
- setuptools (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:70 ~> protobuf==2.5.0)
- simplejson==2.3.2 (from /home/mathieu/zamboni/requirements/dev.txt:2 -> /home/mathieu/zamboni/requirements/compiled.txt:15)
- simplejson>=2.1.0 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:72 ~> pyelasticsearch==0.6.1)
- six (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:26 ~> django-extensions==1.2.5)
- six (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:41 ~> easy-thumbnails==1.4)
- six (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:72 ~> pyelasticsearch==0.6.1)
- six==1.4.1 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:89)
- six>=1.3 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:21 ~> django-browserid==0.9)
- slumber==0.5.3 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:16 ~> curling==0.2.6)
- slumber==0.5.3 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:90)
- statsd (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:38 ~> django-statsd-mozilla==0.3.8.6)
- statsd (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:59 ~> monolith.client==0.9)
- statsd==1.0.0 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:16 ~> curling==0.2.6)
- statsd==1.0.0 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:92)
- suds==0.4 (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:93)
- umemcache (from /home/mathieu/zamboni/requirements/dev.txt:1 -> /home/mathieu/zamboni/requirements/prod.txt:28 ~> django-memcached-pool==0.4.1)
bleach==1.2.2
boto==2.20.0
chardet==2.1.1
django-aesfield==0.1.2
django-browserid==0.9
django-extensions==1.2.5
django-multidb-router==0.5.1
django-waffle==0.9.2
djangorestframework==2.3.10
easy-thumbnails==1.4
email-reply-parser==0.2.0
google-api-python-client==1.2
html5lib==0.95
MySQL-python==1.2.4
pyelasticsearch==0.6.1
pytz==2013.8
recaptcha-client==1.0.6
receipts==0.2.9
redis==2.8.0
six==1.4.1
suds==0.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment