Skip to content

Instantly share code, notes, and snippets.

@coagulant
Created June 19, 2016 11:06
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 coagulant/e66e9ad23e2572757ca710cd0865b0d0 to your computer and use it in GitHub Desktop.
Save coagulant/e66e9ad23e2572757ca710cd0865b0d0 to your computer and use it in GitHub Desktop.
(tmp-ae8673fe153e8e4f) ➜ tmp-ae8673fe153e8e4f /Users/prophet/.envs/tmp-ae8673fe153e8e4f/bin/pip-compile -r -v
Using indexes:
https://pypi.python.org/simple
ROUND 1
Current constraints:
celery
librabbitmq
Finding the best candidates:
found candidate celery==3.1.23 (constraint was <any>)
found candidate librabbitmq==1.6.1 (constraint was <any>)
Finding secondary dependencies:
celery==3.1.23 not in cache, need to check index
celery==3.1.23 requires billiard<3.4,>=3.3.0.23, kombu<3.1,>=3.0.34, pytz>dev
librabbitmq==1.6.1 not in cache, need to check index
librabbitmq==1.6.1 requires amqp>=1.4.6
New dependencies found in this round:
adding amqp>=1.4.6
adding billiard<3.4,>=3.3.0.23
adding kombu<3.1,>=3.0.34
adding pytz>dev
------------------------------------------------------------
Result of round 1: not stable
ROUND 2
Current constraints:
amqp>=1.4.6
billiard<3.4,>=3.3.0.23
celery
kombu<3.1,>=3.0.34
librabbitmq
pytz>dev
Finding the best candidates:
found candidate amqp==1.4.9 (constraint was >=1.4.6)
found candidate billiard==3.3.0.23 (constraint was >=3.3.0.23,<3.4)
found candidate celery==3.1.23 (constraint was <any>)
found candidate kombu==3.0.35 (constraint was >=3.0.34,<3.1)
found candidate librabbitmq==1.6.1 (constraint was <any>)
found candidate pytz==2016.4 (constraint was >dev)
Finding secondary dependencies:
celery==3.1.23 requires billiard<3.4,>=3.3.0.23, kombu<3.1,>=3.0.34, pytz>dev
amqp==1.4.9 not in cache, need to check index
amqp==1.4.9 requires -
billiard==3.3.0.23 not in cache, need to check index
billiard==3.3.0.23 requires -
librabbitmq==1.6.1 requires amqp>=1.4.6
kombu==3.0.35 not in cache, need to check index
kombu==3.0.35 requires amqp<2.0,>=1.4.9, anyjson>=0.3.3
pytz==2016.4 not in cache, need to check index
pytz==2016.4 requires -
New dependencies found in this round:
adding amqp<2.0,>=1.4.9
adding anyjson>=0.3.3
------------------------------------------------------------
Result of round 2: not stable
ROUND 3
Current constraints:
amqp<2.0,>=1.4.6,>=1.4.9
anyjson>=0.3.3
billiard<3.4,>=3.3.0.23
celery
kombu<3.1,>=3.0.34
librabbitmq
pytz>dev
Finding the best candidates:
found candidate amqp==1.4.9 (constraint was >=1.4.6,>=1.4.9,<2.0)
found candidate anyjson==0.3.3 (constraint was >=0.3.3)
found candidate billiard==3.3.0.23 (constraint was >=3.3.0.23,<3.4)
found candidate celery==3.1.23 (constraint was <any>)
found candidate kombu==3.0.35 (constraint was >=3.0.34,<3.1)
found candidate librabbitmq==1.6.1 (constraint was <any>)
found candidate pytz==2016.4 (constraint was >dev)
Finding secondary dependencies:
celery==3.1.23 requires billiard<3.4,>=3.3.0.23, kombu<3.1,>=3.0.34, pytz>dev
anyjson==0.3.3 not in cache, need to check index
anyjson==0.3.3 requires -
pytz==2016.4 requires -
billiard==3.3.0.23 requires -
librabbitmq==1.6.1 requires amqp>=1.4.6
kombu==3.0.35 requires amqp<2.0,>=1.4.9, anyjson>=0.3.3
amqp==1.4.9 requires -
------------------------------------------------------------
Result of round 3: stable, done
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --output-file requirements.txt requirements.in
#
amqp==1.4.9 # via kombu, librabbitmq
anyjson==0.3.3 # via kombu
billiard==3.3.0.23 # via celery
celery==3.1.23
kombu==3.0.35 # via celery
librabbitmq==1.6.1
pytz==2016.4 # via celery
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment