Created
October 23, 2017 10:22
-
-
Save jeschkies/b965d5a6fb4adeca8e770b2f2cda15f7 to your computer and use it in GitHub Desktop.
Pipenv lock outputs.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Locking [dev-packages] dependencies… | |
Using pip: -i https://pypi.python.org/simple | |
ROUND 1 | |
Current constraints: | |
Finding the best candidates: | |
Finding secondary dependencies: | |
------------------------------------------------------------ | |
Result of round 1: stable, done | |
Locking [packages] dependencies… | |
Using pip: -i https://pypi.python.org/simple | |
ROUND 1 | |
Current constraints: | |
dcos-shakedown from git+https://github.com/jeschkies/shakedown.git#egg=dcos-shakedown | |
Finding the best candidates: | |
found candidate -e git+https://github.com/jeschkies/shakedown.git#egg=dcos-shakedown (constraint was <any>) | |
Finding secondary dependencies: | |
New dependencies found in this round: | |
adding [u'click', '', '[]'] | |
adding [u'dcos-shakedown', '', '[]'] | |
adding [u'dcoscli', '', '[]'] | |
adding [u'paramiko', '', '[]'] | |
adding [u'pytest', '', '[]'] | |
adding [u'pytest-timeout', '', '[]'] | |
adding [u'retrying', '', '[]'] | |
adding [u'scp', '', '[]'] | |
Removed dependencies in this round: | |
Unsafe dependencies in this round: | |
------------------------------------------------------------ | |
Result of round 1: not stable | |
ROUND 2 | |
Current constraints: | |
click | |
dcos-shakedown from git+https://github.com/jeschkies/shakedown.git#egg=dcos-shakedown | |
dcoscli | |
paramiko | |
pytest | |
pytest-timeout | |
retrying | |
scp | |
Finding the best candidates: | |
found candidate click==6.7 (constraint was <any>) | |
found candidate -e git+https://github.com/jeschkies/shakedown.git#egg=dcos-shakedown (constraint was <any>) | |
found candidate dcoscli==0.4.14 (constraint was <any>) | |
found candidate paramiko==2.3.1 (constraint was <any>) | |
found candidate pytest==3.2.3 (constraint was <any>) | |
found candidate pytest-timeout==1.2.0 (constraint was <any>) | |
found candidate retrying==1.3.3 (constraint was <any>) | |
found candidate scp==0.10.2 (constraint was <any>) | |
Finding secondary dependencies: | |
click==6.7 requires click==6.7 | |
pytest-timeout==1.2.0 requires pytest-timeout==1.2.0, pytest>=2.8.0 | |
dcoscli==0.4.14 requires dcos==0.4.14, dcoscli==0.4.14, docopt<1.0,>=0.6, pkginfo==1.2.1, toml<1.0,>=0.9, virtualenv<16.0,>=13.0 | |
scp==0.10.2 requires paramiko, scp==0.10.2 | |
retrying==1.3.3 requires retrying==1.3.3, six>=1.7.0 | |
pytest==3.2.3 requires py>=1.4.33, pytest==3.2.3, setuptools | |
paramiko==2.3.1 requires bcrypt>=3.1.3, cryptography>=1.5, paramiko==2.3.1, pyasn1>=0.1.7, pynacl>=1.0.1 | |
New dependencies found in this round: | |
adding [u'bcrypt', '>=3.1.3', '[]'] | |
adding [u'click', '==6.7', '[]'] | |
adding [u'cryptography', '>=1.5', '[]'] | |
adding [u'dcos', '==0.4.14', '[]'] | |
adding [u'dcoscli', '==0.4.14', '[]'] | |
adding [u'docopt', '<1.0,>=0.6', '[]'] | |
adding [u'paramiko', '==2.3.1', '[]'] | |
adding [u'pkginfo', '==1.2.1', '[]'] | |
adding [u'py', '>=1.4.33', '[]'] | |
adding [u'pyasn1', '>=0.1.7', '[]'] | |
adding [u'pynacl', '>=1.0.1', '[]'] | |
adding [u'pytest', '==3.2.3,>=2.8.0', '[]'] | |
adding [u'pytest-timeout', '==1.2.0', '[]'] | |
adding [u'retrying', '==1.3.3', '[]'] | |
adding [u'scp', '==0.10.2', '[]'] | |
adding [u'six', '>=1.7.0', '[]'] | |
adding [u'toml', '<1.0,>=0.9', '[]'] | |
adding [u'virtualenv', '<16.0,>=13.0', '[]'] | |
Removed dependencies in this round: | |
removing [u'click', '', '[]'] | |
removing [u'dcoscli', '', '[]'] | |
removing [u'paramiko', '', '[]'] | |
removing [u'pytest', '', '[]'] | |
removing [u'pytest-timeout', '', '[]'] | |
removing [u'retrying', '', '[]'] | |
removing [u'scp', '', '[]'] | |
Unsafe dependencies in this round: | |
------------------------------------------------------------ | |
Result of round 2: not stable | |
ROUND 3 | |
Current constraints: | |
bcrypt>=3.1.3 | |
click==6.7 | |
cryptography>=1.5 | |
dcos==0.4.14 | |
dcos-shakedown from git+https://github.com/jeschkies/shakedown.git#egg=dcos-shakedown | |
dcoscli==0.4.14 | |
docopt<1.0,>=0.6 | |
paramiko==2.3.1 | |
pkginfo==1.2.1 | |
py>=1.4.33 | |
pyasn1>=0.1.7 | |
pynacl>=1.0.1 | |
pytest==3.2.3,>=2.8.0 | |
pytest-timeout==1.2.0 | |
retrying==1.3.3 | |
scp==0.10.2 | |
six>=1.7.0 | |
toml<1.0,>=0.9 | |
virtualenv<16.0,>=13.0 | |
Finding the best candidates: | |
found candidate bcrypt==3.1.4 (constraint was >=3.1.3) | |
found candidate click==6.7 (constraint was ==6.7) | |
found candidate cryptography==2.1.1 (constraint was >=1.5) | |
found candidate dcos==0.4.14 (constraint was ==0.4.14) | |
found candidate -e git+https://github.com/jeschkies/shakedown.git#egg=dcos-shakedown (constraint was <any>) | |
found candidate dcoscli==0.4.14 (constraint was ==0.4.14) | |
found candidate docopt==0.6.2 (constraint was >=0.6,<1.0) | |
found candidate paramiko==2.3.1 (constraint was ==2.3.1) | |
found candidate pkginfo==1.2.1 (constraint was ==1.2.1) | |
found candidate py==1.4.34 (constraint was >=1.4.33) | |
found candidate pyasn1==0.3.7 (constraint was >=0.1.7) | |
found candidate pynacl==1.1.2 (constraint was >=1.0.1) | |
found candidate pytest==3.2.3 (constraint was >=2.8.0,==3.2.3) | |
found candidate pytest-timeout==1.2.0 (constraint was ==1.2.0) | |
found candidate retrying==1.3.3 (constraint was ==1.3.3) | |
found candidate scp==0.10.2 (constraint was ==0.10.2) | |
found candidate six==1.11.0 (constraint was >=1.7.0) | |
found candidate toml==0.9.3.1 (constraint was >=0.9,<1.0) | |
found candidate virtualenv==15.1.0 (constraint was >=13.0,<16.0) | |
Finding secondary dependencies: | |
click==6.7 requires click==6.7 | |
six==1.11.0 requires six==1.11.0 | |
dcoscli==0.4.14 requires dcos==0.4.14, dcoscli==0.4.14, docopt<1.0,>=0.6, pkginfo==1.2.1, toml<1.0,>=0.9, virtualenv<16.0,>=13.0 | |
scp==0.10.2 requires paramiko, scp==0.10.2 | |
py==1.4.34 requires py==1.4.34 | |
virtualenv==15.1.0 requires virtualenv==15.1.0 | |
retrying==1.3.3 requires retrying==1.3.3, six>=1.7.0 | |
bcrypt==3.1.4 requires bcrypt==3.1.4, cffi>=1.1, six>=1.4.1 | |
pyasn1==0.3.7 requires pyasn1==0.3.7 | |
pkginfo==1.2.1 requires pkginfo==1.2.1 | |
docopt==0.6.2 requires docopt==0.6.2 | |
dcos==0.4.14 requires dcos==0.4.14, futures<4.0,>=3.0; python_version == "2.7", jsonschema==2.4, pager<4.0,>=3.3, prettytable<1.0,>=0.7, pygments<3.0,>=2.0, requests<3.0,>=2.6, six<2.0,>=1.9, toml<1.0,>=0.9 | |
pytest==3.2.3 requires py>=1.4.33, pytest==3.2.3, setuptools | |
pynacl==1.1.2 requires cffi>=1.4.1, pynacl==1.1.2, six | |
toml==0.9.3.1 requires toml==0.9.3.1 | |
paramiko==2.3.1 requires bcrypt>=3.1.3, cryptography>=1.5, paramiko==2.3.1, pyasn1>=0.1.7, pynacl>=1.0.1 | |
pytest-timeout==1.2.0 requires pytest-timeout==1.2.0, pytest>=2.8.0 | |
cryptography==2.1.1 requires asn1crypto>=0.21.0, cffi>=1.7; platform_python_implementation != "PyPy", cryptography==2.1.1, enum34; python_version < "3", idna>=2.1, ipaddress; python_version < "3", six>=1.4.1 | |
New dependencies found in this round: | |
adding [u'asn1crypto', '>=0.21.0', '[]'] | |
adding [u'bcrypt', '==3.1.4,>=3.1.3', '[]'] | |
adding [u'cffi', '>=1.1,>=1.4.1,>=1.7', '[]'] | |
adding [u'cryptography', '==2.1.1,>=1.5', '[]'] | |
adding [u'docopt', '<1.0,==0.6.2,>=0.6', '[]'] | |
adding [u'enum34', '', '[]'] | |
adding [u'futures', '<4.0,>=3.0', '[]'] | |
adding [u'idna', '>=2.1', '[]'] | |
adding [u'ipaddress', '', '[]'] | |
adding [u'jsonschema', '==2.4', '[]'] | |
adding [u'pager', '<4.0,>=3.3', '[]'] | |
adding [u'prettytable', '<1.0,>=0.7', '[]'] | |
adding [u'py', '==1.4.34,>=1.4.33', '[]'] | |
adding [u'pyasn1', '==0.3.7,>=0.1.7', '[]'] | |
adding [u'pygments', '<3.0,>=2.0', '[]'] | |
adding [u'pynacl', '==1.1.2,>=1.0.1', '[]'] | |
adding [u'requests', '<3.0,>=2.6', '[]'] | |
adding [u'six', '<2.0,==1.11.0,>=1.4.1,>=1.7.0,>=1.9', '[]'] | |
adding [u'toml', '<1.0,==0.9.3.1,>=0.9', '[]'] | |
adding [u'virtualenv', '<16.0,==15.1.0,>=13.0', '[]'] | |
Removed dependencies in this round: | |
removing [u'bcrypt', '>=3.1.3', '[]'] | |
removing [u'cryptography', '>=1.5', '[]'] | |
removing [u'docopt', '<1.0,>=0.6', '[]'] | |
removing [u'py', '>=1.4.33', '[]'] | |
removing [u'pyasn1', '>=0.1.7', '[]'] | |
removing [u'pynacl', '>=1.0.1', '[]'] | |
removing [u'six', '>=1.7.0', '[]'] | |
removing [u'toml', '<1.0,>=0.9', '[]'] | |
removing [u'virtualenv', '<16.0,>=13.0', '[]'] | |
Unsafe dependencies in this round: | |
------------------------------------------------------------ | |
Result of round 3: not stable | |
ROUND 4 | |
Current constraints: | |
asn1crypto>=0.21.0 | |
bcrypt==3.1.4,>=3.1.3 | |
cffi>=1.1,>=1.4.1,>=1.7 | |
click==6.7 | |
cryptography==2.1.1,>=1.5 | |
dcos==0.4.14 | |
dcos-shakedown from git+https://github.com/jeschkies/shakedown.git#egg=dcos-shakedown | |
dcoscli==0.4.14 | |
docopt<1.0,==0.6.2,>=0.6 | |
enum34 | |
futures<4.0,>=3.0 | |
idna>=2.1 | |
ipaddress | |
jsonschema==2.4 | |
pager<4.0,>=3.3 | |
paramiko==2.3.1 | |
pkginfo==1.2.1 | |
prettytable<1.0,>=0.7 | |
py==1.4.34,>=1.4.33 | |
pyasn1==0.3.7,>=0.1.7 | |
pygments<3.0,>=2.0 | |
pynacl==1.1.2,>=1.0.1 | |
pytest==3.2.3,>=2.8.0 | |
pytest-timeout==1.2.0 | |
requests<3.0,>=2.6 | |
retrying==1.3.3 | |
scp==0.10.2 | |
six<2.0,==1.11.0,>=1.4.1,>=1.7.0,>=1.9 | |
toml<1.0,==0.9.3.1,>=0.9 | |
virtualenv<16.0,==15.1.0,>=13.0 | |
Finding the best candidates: | |
found candidate asn1crypto==0.23.0 (constraint was >=0.21.0) | |
found candidate bcrypt==3.1.4 (constraint was >=3.1.3,==3.1.4) | |
found candidate cffi==1.11.2 (constraint was >=1.1,>=1.4.1,>=1.7) | |
found candidate click==6.7 (constraint was ==6.7) | |
found candidate cryptography==2.1.1 (constraint was >=1.5,==2.1.1) | |
found candidate dcos==0.4.14 (constraint was ==0.4.14) | |
found candidate -e git+https://github.com/jeschkies/shakedown.git#egg=dcos-shakedown (constraint was <any>) | |
found candidate dcoscli==0.4.14 (constraint was ==0.4.14) | |
found candidate docopt==0.6.2 (constraint was >=0.6,==0.6.2,<1.0) | |
found candidate enum34==1.1.6 (constraint was <any>) | |
found candidate futures==3.1.1 (constraint was >=3.0,<4.0) | |
found candidate idna==2.6 (constraint was >=2.1) | |
found candidate ipaddress==1.0.18 (constraint was <any>) | |
found candidate jsonschema==2.4 (constraint was ==2.4) | |
found candidate pager==3.3 (constraint was >=3.3,<4.0) | |
found candidate paramiko==2.3.1 (constraint was ==2.3.1) | |
found candidate pkginfo==1.2.1 (constraint was ==1.2.1) | |
found candidate prettytable==0.7.2 (constraint was >=0.7,<1.0) | |
found candidate py==1.4.34 (constraint was >=1.4.33,==1.4.34) | |
found candidate pyasn1==0.3.7 (constraint was >=0.1.7,==0.3.7) | |
found candidate pygments==2.2.0 (constraint was >=2.0,<3.0) | |
found candidate pynacl==1.1.2 (constraint was >=1.0.1,==1.1.2) | |
found candidate pytest==3.2.3 (constraint was >=2.8.0,==3.2.3) | |
found candidate pytest-timeout==1.2.0 (constraint was ==1.2.0) | |
found candidate requests==2.18.4 (constraint was >=2.6,<3.0) | |
found candidate retrying==1.3.3 (constraint was ==1.3.3) | |
found candidate scp==0.10.2 (constraint was ==0.10.2) | |
found candidate six==1.11.0 (constraint was ==1.11.0,>=1.4.1,>=1.7.0,>=1.9,<2.0) | |
found candidate toml==0.9.3.1 (constraint was >=0.9,==0.9.3.1,<1.0) | |
found candidate virtualenv==15.1.0 (constraint was >=13.0,==15.1.0,<16.0) | |
Finding secondary dependencies: | |
jsonschema==2.4 requires jsonschema==2.4 | |
pytest-timeout==1.2.0 requires pytest-timeout==1.2.0, pytest>=2.8.0 | |
click==6.7 requires click==6.7 | |
scp==0.10.2 requires paramiko, scp==0.10.2 | |
paramiko==2.3.1 requires bcrypt>=3.1.3, cryptography>=1.5, paramiko==2.3.1, pyasn1>=0.1.7, pynacl>=1.0.1 | |
pyasn1==0.3.7 requires pyasn1==0.3.7 | |
pkginfo==1.2.1 requires pkginfo==1.2.1 | |
docopt==0.6.2 requires docopt==0.6.2 | |
toml==0.9.3.1 requires toml==0.9.3.1 | |
six==1.11.0 requires six==1.11.0 | |
pager==3.3 requires pager==3.3 | |
pynacl==1.1.2 requires cffi>=1.4.1, pynacl==1.1.2, six | |
pygments==2.2.0 requires pygments==2.2.0 | |
py==1.4.34 requires py==1.4.34 | |
retrying==1.3.3 requires retrying==1.3.3, six>=1.7.0 | |
asn1crypto==0.23.0 requires asn1crypto==0.23.0 | |
dcos==0.4.14 requires dcos==0.4.14, futures<4.0,>=3.0; python_version == "2.7", jsonschema==2.4, pager<4.0,>=3.3, prettytable<1.0,>=0.7, pygments<3.0,>=2.0, requests<3.0,>=2.6, six<2.0,>=1.9, toml<1.0,>=0.9 | |
cffi==1.11.2 requires cffi==1.11.2, pycparser | |
pytest==3.2.3 requires py>=1.4.33, pytest==3.2.3, setuptools | |
cryptography==2.1.1 requires asn1crypto>=0.21.0, cffi>=1.7; platform_python_implementation != "PyPy", cryptography==2.1.1, enum34; python_version < "3", idna>=2.1, ipaddress; python_version < "3", six>=1.4.1 | |
requests==2.18.4 requires certifi>=2017.4.17, chardet<3.1.0,>=3.0.2, idna<2.7,>=2.5, requests==2.18.4, urllib3<1.23,>=1.21.1 | |
idna==2.6 requires idna==2.6 | |
dcoscli==0.4.14 requires dcos==0.4.14, dcoscli==0.4.14, docopt<1.0,>=0.6, pkginfo==1.2.1, toml<1.0,>=0.9, virtualenv<16.0,>=13.0 | |
bcrypt==3.1.4 requires bcrypt==3.1.4, cffi>=1.1, six>=1.4.1 | |
virtualenv==15.1.0 requires virtualenv==15.1.0 | |
prettytable==0.7.2 requires prettytable==0.7.2 | |
New dependencies found in this round: | |
adding [u'asn1crypto', '==0.23.0,>=0.21.0', '[]'] | |
adding [u'certifi', '>=2017.4.17', '[]'] | |
adding [u'cffi', '==1.11.2,>=1.1,>=1.4.1,>=1.7', '[]'] | |
adding [u'chardet', '<3.1.0,>=3.0.2', '[]'] | |
adding [u'enum34', '==1.1.6', '[]'] | |
adding [u'futures', '<4.0,==3.1.1,>=3.0', '[]'] | |
adding [u'idna', '<2.7,==2.6,>=2.1,>=2.5', '[]'] | |
adding [u'ipaddress', '==1.0.18', '[]'] | |
adding [u'pager', '<4.0,==3.3,>=3.3', '[]'] | |
adding [u'prettytable', '<1.0,==0.7.2,>=0.7', '[]'] | |
adding [u'pycparser', '', '[]'] | |
adding [u'pygments', '<3.0,==2.2.0,>=2.0', '[]'] | |
adding [u'requests', '<3.0,==2.18.4,>=2.6', '[]'] | |
adding [u'urllib3', '<1.23,>=1.21.1', '[]'] | |
Removed dependencies in this round: | |
removing [u'asn1crypto', '>=0.21.0', '[]'] | |
removing [u'cffi', '>=1.1,>=1.4.1,>=1.7', '[]'] | |
removing [u'enum34', '', '[]'] | |
removing [u'futures', '<4.0,>=3.0', '[]'] | |
removing [u'idna', '>=2.1', '[]'] | |
removing [u'ipaddress', '', '[]'] | |
removing [u'pager', '<4.0,>=3.3', '[]'] | |
removing [u'prettytable', '<1.0,>=0.7', '[]'] | |
removing [u'pygments', '<3.0,>=2.0', '[]'] | |
removing [u'requests', '<3.0,>=2.6', '[]'] | |
Unsafe dependencies in this round: | |
------------------------------------------------------------ | |
Result of round 4: not stable | |
ROUND 5 | |
Current constraints: | |
asn1crypto==0.23.0,>=0.21.0 | |
bcrypt==3.1.4,>=3.1.3 | |
certifi>=2017.4.17 | |
cffi==1.11.2,>=1.1,>=1.4.1,>=1.7 | |
chardet<3.1.0,>=3.0.2 | |
click==6.7 | |
cryptography==2.1.1,>=1.5 | |
dcos==0.4.14 | |
dcos-shakedown from git+https://github.com/jeschkies/shakedown.git#egg=dcos-shakedown | |
dcoscli==0.4.14 | |
docopt<1.0,==0.6.2,>=0.6 | |
enum34==1.1.6 from https://pypi.python.org/packages/c5/db/e56e6b4bbac7c4a06de1c50de6fe1ef3810018ae11732a50f15f62c7d050/enum34-1.1.6-py2-none-any.whl#md5=68f6982cc07dde78f4b500db829860bd | |
futures<4.0,==3.1.1,>=3.0 from https://pypi.python.org/packages/a6/1c/72a18c8c7502ee1b38a604a5c5243aa8c2a64f4bba4e6631b1b8972235dd/futures-3.1.1-py2-none-any.whl#md5=61a88f749eb3655042f95d198f783ef3 | |
idna<2.7,==2.6,>=2.1,>=2.5 | |
ipaddress==1.0.18 from https://pypi.python.org/packages/17/93/28f4dd560780dd70fe75ce7e2662869770dfac181f6bbb472179ea8da516/ipaddress-1.0.18-py2-none-any.whl#md5=87a59004e58c97d2040b0bf3b93e29b7 | |
jsonschema==2.4 | |
pager<4.0,==3.3,>=3.3 | |
paramiko==2.3.1 | |
pkginfo==1.2.1 | |
prettytable<1.0,==0.7.2,>=0.7 | |
py==1.4.34,>=1.4.33 | |
pyasn1==0.3.7,>=0.1.7 | |
pycparser | |
pygments<3.0,==2.2.0,>=2.0 | |
pynacl==1.1.2,>=1.0.1 | |
pytest==3.2.3,>=2.8.0 | |
pytest-timeout==1.2.0 | |
requests<3.0,==2.18.4,>=2.6 | |
retrying==1.3.3 | |
scp==0.10.2 | |
six<2.0,==1.11.0,>=1.4.1,>=1.7.0,>=1.9 | |
toml<1.0,==0.9.3.1,>=0.9 | |
urllib3<1.23,>=1.21.1 | |
virtualenv<16.0,==15.1.0,>=13.0 | |
Finding the best candidates: | |
found candidate asn1crypto==0.23.0 (constraint was >=0.21.0,==0.23.0) | |
found candidate bcrypt==3.1.4 (constraint was >=3.1.3,==3.1.4) | |
found candidate certifi==2017.7.27.1 (constraint was >=2017.4.17) | |
found candidate cffi==1.11.2 (constraint was >=1.1,==1.11.2,>=1.4.1,>=1.7) | |
found candidate chardet==3.0.4 (constraint was >=3.0.2,<3.1.0) | |
found candidate click==6.7 (constraint was ==6.7) | |
found candidate cryptography==2.1.1 (constraint was >=1.5,==2.1.1) | |
found candidate dcos==0.4.14 (constraint was ==0.4.14) | |
found candidate -e git+https://github.com/jeschkies/shakedown.git#egg=dcos-shakedown (constraint was <any>) | |
found candidate dcoscli==0.4.14 (constraint was ==0.4.14) | |
found candidate docopt==0.6.2 (constraint was >=0.6,==0.6.2,<1.0) | |
found candidate enum34==1.1.6 (constraint was ==1.1.6) | |
found candidate futures==3.1.1 (constraint was >=3.0,==3.1.1,<4.0) | |
found candidate idna==2.6 (constraint was >=2.1,>=2.5,==2.6,<2.7) | |
found candidate ipaddress==1.0.18 (constraint was ==1.0.18) | |
found candidate jsonschema==2.4 (constraint was ==2.4) | |
found candidate pager==3.3 (constraint was ==3.3,>=3.3,<4.0) | |
found candidate paramiko==2.3.1 (constraint was ==2.3.1) | |
found candidate pkginfo==1.2.1 (constraint was ==1.2.1) | |
found candidate prettytable==0.7.2 (constraint was >=0.7,==0.7.2,<1.0) | |
found candidate py==1.4.34 (constraint was >=1.4.33,==1.4.34) | |
found candidate pyasn1==0.3.7 (constraint was >=0.1.7,==0.3.7) | |
found candidate pycparser==2.18 (constraint was <any>) | |
found candidate pygments==2.2.0 (constraint was >=2.0,==2.2.0,<3.0) | |
found candidate pynacl==1.1.2 (constraint was >=1.0.1,==1.1.2) | |
found candidate pytest==3.2.3 (constraint was >=2.8.0,==3.2.3) | |
found candidate pytest-timeout==1.2.0 (constraint was ==1.2.0) | |
found candidate requests==2.18.4 (constraint was ==2.18.4,>=2.6,<3.0) | |
found candidate retrying==1.3.3 (constraint was ==1.3.3) | |
found candidate scp==0.10.2 (constraint was ==0.10.2) | |
found candidate six==1.11.0 (constraint was ==1.11.0,>=1.4.1,>=1.7.0,>=1.9,<2.0) | |
found candidate toml==0.9.3.1 (constraint was >=0.9,==0.9.3.1,<1.0) | |
found candidate urllib3==1.22 (constraint was >=1.21.1,<1.23) | |
found candidate virtualenv==15.1.0 (constraint was >=13.0,==15.1.0,<16.0) | |
Finding secondary dependencies: | |
requests==2.18.4 requires certifi>=2017.4.17, chardet<3.1.0,>=3.0.2, idna<2.7,>=2.5, requests==2.18.4, urllib3<1.23,>=1.21.1 | |
idna==2.6 requires idna==2.6 | |
virtualenv==15.1.0 requires virtualenv==15.1.0 | |
prettytable==0.7.2 requires prettytable==0.7.2 | |
toml==0.9.3.1 requires toml==0.9.3.1 | |
pyasn1==0.3.7 requires pyasn1==0.3.7 | |
pynacl==1.1.2 requires cffi>=1.4.1, pynacl==1.1.2, six | |
pygments==2.2.0 requires pygments==2.2.0 | |
py==1.4.34 requires py==1.4.34 | |
urllib3==1.22 requires urllib3==1.22 | |
pycparser==2.18 requires pycparser==2.18 | |
click==6.7 requires click==6.7 | |
scp==0.10.2 requires paramiko, scp==0.10.2 | |
dcoscli==0.4.14 requires dcos==0.4.14, dcoscli==0.4.14, docopt<1.0,>=0.6, pkginfo==1.2.1, toml<1.0,>=0.9, virtualenv<16.0,>=13.0 | |
jsonschema==2.4 requires jsonschema==2.4 | |
paramiko==2.3.1 requires bcrypt>=3.1.3, cryptography>=1.5, paramiko==2.3.1, pyasn1>=0.1.7, pynacl>=1.0.1 | |
certifi==2017.7.27.1 requires certifi==2017.7.27.1 | |
retrying==1.3.3 requires retrying==1.3.3, six>=1.7.0 | |
pytest==3.2.3 requires py>=1.4.33, pytest==3.2.3, setuptools | |
asn1crypto==0.23.0 requires asn1crypto==0.23.0 | |
cffi==1.11.2 requires cffi==1.11.2, pycparser | |
docopt==0.6.2 requires docopt==0.6.2 | |
pager==3.3 requires pager==3.3 | |
bcrypt==3.1.4 requires bcrypt==3.1.4, cffi>=1.1, six>=1.4.1 | |
chardet==3.0.4 requires chardet==3.0.4 | |
pkginfo==1.2.1 requires pkginfo==1.2.1 | |
dcos==0.4.14 requires dcos==0.4.14, futures<4.0,>=3.0; python_version == "2.7", jsonschema==2.4, pager<4.0,>=3.3, prettytable<1.0,>=0.7, pygments<3.0,>=2.0, requests<3.0,>=2.6, six<2.0,>=1.9, toml<1.0,>=0.9 | |
pytest-timeout==1.2.0 requires pytest-timeout==1.2.0, pytest>=2.8.0 | |
six==1.11.0 requires six==1.11.0 | |
cryptography==2.1.1 requires asn1crypto>=0.21.0, cffi>=1.7; platform_python_implementation != "PyPy", cryptography==2.1.1, enum34; python_version < "3", idna>=2.1, ipaddress; python_version < "3", six>=1.4.1 | |
New dependencies found in this round: | |
adding [u'certifi', '==2017.7.27.1,>=2017.4.17', '[]'] | |
adding [u'chardet', '<3.1.0,==3.0.4,>=3.0.2', '[]'] | |
adding [u'pycparser', '==2.18', '[]'] | |
adding [u'urllib3', '<1.23,==1.22,>=1.21.1', '[]'] | |
Removed dependencies in this round: | |
removing [u'certifi', '>=2017.4.17', '[]'] | |
removing [u'chardet', '<3.1.0,>=3.0.2', '[]'] | |
removing [u'pycparser', '', '[]'] | |
removing [u'urllib3', '<1.23,>=1.21.1', '[]'] | |
Unsafe dependencies in this round: | |
------------------------------------------------------------ | |
Result of round 5: not stable | |
ROUND 6 | |
Current constraints: | |
asn1crypto==0.23.0,>=0.21.0 | |
bcrypt==3.1.4,>=3.1.3 | |
certifi==2017.7.27.1,>=2017.4.17 | |
cffi==1.11.2,>=1.1,>=1.4.1,>=1.7 | |
chardet<3.1.0,==3.0.4,>=3.0.2 | |
click==6.7 | |
cryptography==2.1.1,>=1.5 | |
dcos==0.4.14 | |
dcos-shakedown from git+https://github.com/jeschkies/shakedown.git#egg=dcos-shakedown | |
dcoscli==0.4.14 | |
docopt<1.0,==0.6.2,>=0.6 | |
enum34==1.1.6 from https://pypi.python.org/packages/c5/db/e56e6b4bbac7c4a06de1c50de6fe1ef3810018ae11732a50f15f62c7d050/enum34-1.1.6-py2-none-any.whl#md5=68f6982cc07dde78f4b500db829860bd | |
futures<4.0,==3.1.1,>=3.0 from https://pypi.python.org/packages/a6/1c/72a18c8c7502ee1b38a604a5c5243aa8c2a64f4bba4e6631b1b8972235dd/futures-3.1.1-py2-none-any.whl#md5=61a88f749eb3655042f95d198f783ef3 | |
idna<2.7,==2.6,>=2.1,>=2.5 | |
ipaddress==1.0.18 from https://pypi.python.org/packages/17/93/28f4dd560780dd70fe75ce7e2662869770dfac181f6bbb472179ea8da516/ipaddress-1.0.18-py2-none-any.whl#md5=87a59004e58c97d2040b0bf3b93e29b7 | |
jsonschema==2.4 | |
pager<4.0,==3.3,>=3.3 | |
paramiko==2.3.1 | |
pkginfo==1.2.1 | |
prettytable<1.0,==0.7.2,>=0.7 | |
py==1.4.34,>=1.4.33 | |
pyasn1==0.3.7,>=0.1.7 | |
pycparser==2.18 | |
pygments<3.0,==2.2.0,>=2.0 | |
pynacl==1.1.2,>=1.0.1 | |
pytest==3.2.3,>=2.8.0 | |
pytest-timeout==1.2.0 | |
requests<3.0,==2.18.4,>=2.6 | |
retrying==1.3.3 | |
scp==0.10.2 | |
six<2.0,==1.11.0,>=1.4.1,>=1.7.0,>=1.9 | |
toml<1.0,==0.9.3.1,>=0.9 | |
urllib3<1.23,==1.22,>=1.21.1 | |
virtualenv<16.0,==15.1.0,>=13.0 | |
Finding the best candidates: | |
found candidate asn1crypto==0.23.0 (constraint was >=0.21.0,==0.23.0) | |
found candidate bcrypt==3.1.4 (constraint was >=3.1.3,==3.1.4) | |
found candidate certifi==2017.7.27.1 (constraint was >=2017.4.17,==2017.7.27.1) | |
found candidate cffi==1.11.2 (constraint was >=1.1,==1.11.2,>=1.4.1,>=1.7) | |
found candidate chardet==3.0.4 (constraint was >=3.0.2,==3.0.4,<3.1.0) | |
found candidate click==6.7 (constraint was ==6.7) | |
found candidate cryptography==2.1.1 (constraint was >=1.5,==2.1.1) | |
found candidate dcos==0.4.14 (constraint was ==0.4.14) | |
found candidate -e git+https://github.com/jeschkies/shakedown.git#egg=dcos-shakedown (constraint was <any>) | |
found candidate dcoscli==0.4.14 (constraint was ==0.4.14) | |
found candidate docopt==0.6.2 (constraint was >=0.6,==0.6.2,<1.0) | |
found candidate enum34==1.1.6 (constraint was ==1.1.6) | |
found candidate futures==3.1.1 (constraint was >=3.0,==3.1.1,<4.0) | |
found candidate idna==2.6 (constraint was >=2.1,>=2.5,==2.6,<2.7) | |
found candidate ipaddress==1.0.18 (constraint was ==1.0.18) | |
found candidate jsonschema==2.4 (constraint was ==2.4) | |
found candidate pager==3.3 (constraint was ==3.3,>=3.3,<4.0) | |
found candidate paramiko==2.3.1 (constraint was ==2.3.1) | |
found candidate pkginfo==1.2.1 (constraint was ==1.2.1) | |
found candidate prettytable==0.7.2 (constraint was >=0.7,==0.7.2,<1.0) | |
found candidate py==1.4.34 (constraint was >=1.4.33,==1.4.34) | |
found candidate pyasn1==0.3.7 (constraint was >=0.1.7,==0.3.7) | |
found candidate pycparser==2.18 (constraint was ==2.18) | |
found candidate pygments==2.2.0 (constraint was >=2.0,==2.2.0,<3.0) | |
found candidate pynacl==1.1.2 (constraint was >=1.0.1,==1.1.2) | |
found candidate pytest==3.2.3 (constraint was >=2.8.0,==3.2.3) | |
found candidate pytest-timeout==1.2.0 (constraint was ==1.2.0) | |
found candidate requests==2.18.4 (constraint was ==2.18.4,>=2.6,<3.0) | |
found candidate retrying==1.3.3 (constraint was ==1.3.3) | |
found candidate scp==0.10.2 (constraint was ==0.10.2) | |
found candidate six==1.11.0 (constraint was ==1.11.0,>=1.4.1,>=1.7.0,>=1.9,<2.0) | |
found candidate toml==0.9.3.1 (constraint was >=0.9,==0.9.3.1,<1.0) | |
found candidate urllib3==1.22 (constraint was >=1.21.1,==1.22,<1.23) | |
found candidate virtualenv==15.1.0 (constraint was >=13.0,==15.1.0,<16.0) | |
Finding secondary dependencies: | |
idna==2.6 requires idna==2.6 | |
click==6.7 requires click==6.7 | |
scp==0.10.2 requires paramiko, scp==0.10.2 | |
py==1.4.34 requires py==1.4.34 | |
certifi==2017.7.27.1 requires certifi==2017.7.27.1 | |
retrying==1.3.3 requires retrying==1.3.3, six>=1.7.0 | |
pygments==2.2.0 requires pygments==2.2.0 | |
urllib3==1.22 requires urllib3==1.22 | |
paramiko==2.3.1 requires bcrypt>=3.1.3, cryptography>=1.5, paramiko==2.3.1, pyasn1>=0.1.7, pynacl>=1.0.1 | |
bcrypt==3.1.4 requires bcrypt==3.1.4, cffi>=1.1, six>=1.4.1 | |
cryptography==2.1.1 requires asn1crypto>=0.21.0, cffi>=1.7; platform_python_implementation != "PyPy", cryptography==2.1.1, enum34; python_version < "3", idna>=2.1, ipaddress; python_version < "3", six>=1.4.1 | |
asn1crypto==0.23.0 requires asn1crypto==0.23.0 | |
pkginfo==1.2.1 requires pkginfo==1.2.1 | |
pynacl==1.1.2 requires cffi>=1.4.1, pynacl==1.1.2, six | |
toml==0.9.3.1 requires toml==0.9.3.1 | |
pytest-timeout==1.2.0 requires pytest-timeout==1.2.0, pytest>=2.8.0 | |
dcoscli==0.4.14 requires dcos==0.4.14, dcoscli==0.4.14, docopt<1.0,>=0.6, pkginfo==1.2.1, toml<1.0,>=0.9, virtualenv<16.0,>=13.0 | |
docopt==0.6.2 requires docopt==0.6.2 | |
pager==3.3 requires pager==3.3 | |
pycparser==2.18 requires pycparser==2.18 | |
pyasn1==0.3.7 requires pyasn1==0.3.7 | |
prettytable==0.7.2 requires prettytable==0.7.2 | |
jsonschema==2.4 requires jsonschema==2.4 | |
requests==2.18.4 requires certifi>=2017.4.17, chardet<3.1.0,>=3.0.2, idna<2.7,>=2.5, requests==2.18.4, urllib3<1.23,>=1.21.1 | |
pytest==3.2.3 requires py>=1.4.33, pytest==3.2.3, setuptools | |
cffi==1.11.2 requires cffi==1.11.2, pycparser | |
dcos==0.4.14 requires dcos==0.4.14, futures<4.0,>=3.0; python_version == "2.7", jsonschema==2.4, pager<4.0,>=3.3, prettytable<1.0,>=0.7, pygments<3.0,>=2.0, requests<3.0,>=2.6, six<2.0,>=1.9, toml<1.0,>=0.9 | |
chardet==3.0.4 requires chardet==3.0.4 | |
virtualenv==15.1.0 requires virtualenv==15.1.0 | |
six==1.11.0 requires six==1.11.0 | |
------------------------------------------------------------ | |
Result of round 6: stable, done | |
Updated Pipfile.lock (0d5d00)! | |
Error fetching toml | |
Error fetching jsonschema |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_meta": { | |
"hash": { | |
"sha256": "81b0f809f8f6b732910ed86c2df41c3732ba3eaed1d5c3fa82ddffbde20d5d00" | |
}, | |
"host-environment-markers": { | |
"implementation_name": "cpython", | |
"implementation_version": "3.5.2", | |
"os_name": "posix", | |
"platform_machine": "x86_64", | |
"platform_python_implementation": "CPython", | |
"platform_release": "16.7.0", | |
"platform_system": "Darwin", | |
"platform_version": "Darwin Kernel Version 16.7.0: Thu Jun 15 17:36:27 PDT 2017; root:xnu-3789.70.16~2/RELEASE_X86_64", | |
"python_full_version": "3.5.2", | |
"python_version": "3.5", | |
"sys_platform": "darwin" | |
}, | |
"pipfile-spec": 6, | |
"requires": { | |
"python_version": "3.5" | |
}, | |
"sources": [ | |
{ | |
"name": "pypi", | |
"url": "https://pypi.python.org/simple", | |
"verify_ssl": true | |
} | |
] | |
}, | |
"default": { | |
"asn1crypto": { | |
"hashes": [ | |
"sha256:654b7db3b120e23474e9a1e5e38d268c77e58a9e17d2cb595456c37309846494", | |
"sha256:0874981329cfebb366d6584c3d16e913f2a0eb026c9463efcc4aaf42a9d94d70" | |
], | |
"version": "==0.23.0" | |
}, | |
"bcrypt": { | |
"hashes": [ | |
"sha256:f9210820ee4818d84658ed7df16a7f30c9fba7d8b139959950acef91745cc0f7", | |
"sha256:b1e8491c6740f21b37cca77bc64677696a3fb9f32360794d57fa8477b7329eda", | |
"sha256:9eced8962ce3b7124fe20fd358cf8c7470706437fa064b9874f849ad4c5866fc", | |
"sha256:346d6f84ff0b493dbc90c6b77136df83e81f903f0b95525ee80e5e6d5e4eef84", | |
"sha256:0f317e4ffbdd15c3c0f8ab5fbd86aa9aabc7bea18b5cc5951b456fe39e9f738c", | |
"sha256:f7fd3ed3745fe6e81e28dc3b3d76cce31525a91f32a387e1febd6b982caf8cdb", | |
"sha256:3b4c23300c4eded8895442c003ae9b14328ae69309ac5867e7530de8bdd7875d", | |
"sha256:34dd60b90b0f6de94a89e71fcd19913a30e83091c8468d0923a93a0cccbfbbff", | |
"sha256:2788c32673a2ad0062bea850ab73cffc0dba874db10d7a3682b6f2f280553f20", | |
"sha256:6efd9ca20aefbaf2e7e6817a2c6ed4a50ff6900fafdea1bcb1d0e9471743b144", | |
"sha256:f2fe545d27a619a552396533cddf70d83cecd880a611cdfdbb87ca6aec52f66b", | |
"sha256:e22f0997622e1ceec834fd25947dc2ee2962c2133ea693d61805bc867abaf7ea", | |
"sha256:c906bdb482162e9ef48eea9f8c0d967acceb5c84f2d25574c7d2a58d04861df1", | |
"sha256:43d1960e7db14042319c46925892d5fa99b08ff21d57482e6f5328a1aca03588", | |
"sha256:321d4d48be25b8d77594d8324c0585c80ae91ac214f62db9098734e5e7fb280f", | |
"sha256:ae35dbcb6b011af6c840893b32399252d81ff57d52c13e12422e16b5fea1d0fb", | |
"sha256:09a3b8c258b815eadb611bad04ca15ec77d86aa9ce56070e1af0d5932f17642a", | |
"sha256:988cac675e25133d01a78f2286189c1f01974470817a33eaf4cfee573cfb72a5", | |
"sha256:cb18ffdc861dbb244f14be32c47ab69604d0aca415bee53485fcea4f8e93d5ef", | |
"sha256:8629ea6a8a59f865add1d6a87464c3c676e60101b8d16ef404d0a031424a8491", | |
"sha256:a005ed6163490988711ff732386b08effcbf8df62ae93dd1e5bda0714fad8afb", | |
"sha256:d86da365dda59010ba0d1ac45aa78390f56bf7f992e65f70b3b081d5e5257b09", | |
"sha256:8569844a5d8e1fdde4d7712a05ab2e6061343ac34af6e7e3d7935b2bd1907bfd", | |
"sha256:0872eeecdf9a429c1420158500eedb323a132bc5bf3339475151c52414729e70", | |
"sha256:01477981abf74e306e8ee31629a940a5e9138de000c6b0898f7f850461c4a0a5", | |
"sha256:49e96267cd9be55a349fd74f9852eb9ae2c427cd7f6455d0f1765d7332292832", | |
"sha256:9a6fedda73aba1568962f7543a1f586051c54febbc74e87769bad6a4b8587c39", | |
"sha256:054d6e0acaea429e6da3613fcd12d05ee29a531794d96f6ab959f29a39f33391", | |
"sha256:67ed1a374c9155ec0840214ce804616de49c3df9c5bc66740687c1c9b1cd9e8d" | |
], | |
"version": "==3.1.4" | |
}, | |
"certifi": { | |
"hashes": [ | |
"sha256:54a07c09c586b0e4c619f02a5e94e36619da8e2b053e20f594348c0611803704", | |
"sha256:40523d2efb60523e113b44602298f0960e900388cf3bb6043f645cf57ea9e3f5" | |
], | |
"version": "==2017.7.27.1" | |
}, | |
"cffi": { | |
"hashes": [ | |
"sha256:2c707e97ad7b0417713543be7cb87315c015bb5dd97903480168d60ebe3e313e", | |
"sha256:6d8c7e20eb90be9e1ccce8e8dd4ee5163b37289fc5708f9eeafc00adc07ba891", | |
"sha256:627298d788edcb317b6a01347428501e773f5e8f2988407231c07e50e3f6c1cf", | |
"sha256:bdd28cf8302eeca1b4c70ec727de384d4f6ea640b0e698934fd9b4c3bc88eeb1", | |
"sha256:248198cb714fe09f5c60b6acba3675d52199c6142641536796cdf89dd45e5590", | |
"sha256:c962cb68987cbfb70b034f153bfa467c615c0b55305d39b3237c4bdbdbc8b0f4", | |
"sha256:401ba2f6c1f1672b6c38670e1c00fa5f84f841edd30c32742dab5c7151cd89bf", | |
"sha256:1c103c0ee8235c47c4892288b2287014f33e7cb24b9d4a665be3aa744377dcb9", | |
"sha256:d7461ef8671ae40f991384bbc4a6b1b79f4e7175d8052584be44041996f46517", | |
"sha256:3ac9be5763238da1d6fa467c43e3f86472626837a478588c94165df09e62e120", | |
"sha256:d54a7c37f954fdbb971873c935a77ddc33690cec9b7ac254d9f948c43c32fa83", | |
"sha256:4d9bf1b23896bcd4d042e823f50ad36fb6d8e1e645a3dfb2fe2f070851489b92", | |
"sha256:61cf049b1c649d8eec360a1a1d09a61c37b9b2d542364506e8feb4afd232363d", | |
"sha256:ce3da410ae2ab8709565cc3b18fbe9a0eb96ea7b2189416098c48d839ecced84", | |
"sha256:e72d8b5056f967ecb57e166537408bc913f2f97dc568027fb6342fcfa9f81d64", | |
"sha256:11a8ba88ef6ae89110ef029dae7f1a293365e50bdd0c6ca973beed80cec95ae4", | |
"sha256:974f69112721ba2e8a6acd0f6b68a5e11432710a3eca4e4e6f4d7aaf99214ed1", | |
"sha256:062c66dabc3faf8e0db1ca09a6b8e308846e5d35f43bed1a68c492b0d96ac171", | |
"sha256:03a9b9efc280dbe6be149a7fa689f59a822df009eee633fdaf55a6f38795861f", | |
"sha256:8b3d6dc9981cedfb1ddcd4600ec0c7f5ac2c6ad2dc482011c7eecb4ae9c819e0", | |
"sha256:09b7d195d163b515ef7c2b2e26a689c9816c83d5319cceac6c36ffdab97ab048", | |
"sha256:943b94667749d1cfcd964e215a20b9c891deae913202ee8eacaf2b94164b155f", | |
"sha256:89829f5cfbcb5ad568a3d61bd23a8e33ad69b488d8f6a385e0097a4c20742a9b", | |
"sha256:ba78da7c940b041cdbb5aaff5afe11e8a8f25fe19564c12eefea5c5bd86930ca", | |
"sha256:a79b15b9bb4726672865cf5b0f63dee4835974a2b11b49652d70d49003f5d1f4", | |
"sha256:f6799913eb510b682de971ddef062bbb4a200f190e55cae81c413bc1fd4733c1", | |
"sha256:e7f5ad6b12f21b77d3a37d5c67260e464f4e9068eb0c0622f61d0e30390b31b6", | |
"sha256:5f96c92d5f5713ccb71e76dfa14cf819c59ecb9778e94bcb541e13e6d96d1ce5", | |
"sha256:5357b465e3d6b98972b7810f9969c913d365e75b09b7ba813f5f0577fe1ac9f4", | |
"sha256:75e1de9ba7c155d89bcf67d149b1c741df553c8158536e8d27e63167403159af", | |
"sha256:ab87dd91c0c4073758d07334c1e5f712ce8fe48f007b86f8238773963ee700a6" | |
], | |
"version": "==1.11.2" | |
}, | |
"chardet": { | |
"hashes": [ | |
"sha256:fc323ffcaeaed0e0a02bf4d117757b98aed530d9ed4531e3e15460124c106691", | |
"sha256:84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae" | |
], | |
"version": "==3.0.4" | |
}, | |
"click": { | |
"hashes": [ | |
"sha256:29f99fc6125fbc931b758dc053b3114e55c77a6e4c6c3a2674a2dc986016381d", | |
"sha256:f15516df478d5a56180fbf80e68f206010e6d160fc39fa508b65e035fd75130b" | |
], | |
"version": "==6.7" | |
}, | |
"cryptography": { | |
"hashes": [ | |
"sha256:4d9223a76e1064220e8f2a67a7cf5835f3650f3d6bca6d2df3f51bc3541a91b4", | |
"sha256:407b5716a7b6f56a534e327d4daab6d958c993fcae9de7b391b4111dae7df81f", | |
"sha256:982e53d8057f800e610ff7fb54ca78d2fafe5f9564dfa784971828cc9973330a", | |
"sha256:f86b60f952aa9447e492f15c418ff7da6e863270afb67e817d268076bf187115", | |
"sha256:7241a25e44592d46d80c50878c09659a118c29a88b62f4e42d25be387dd4cca1", | |
"sha256:7cf2e5589fd96151479b51145a0f6c35d9a067dfaddedc2b22645a01c0556cb1", | |
"sha256:066f10b5c578f634b8018686ac143a45c31367f28221455b89e33e89e2b08229", | |
"sha256:d06982b636fc7c1ccbc5f1bfc9f832a0aeaa255d9dc991049e161157d7206c25", | |
"sha256:a481305ad61e0df657482f44d228e965c6dc9c828d3b9549ee4b56f653a7eafe", | |
"sha256:71d63ffeb8af430934b3df6492826c27ad8af9a6ce7d3193bf91f28610621b14", | |
"sha256:05cfb7dd9d885e635714d610f1b45abf4832007d48d01312c5dbdf664e33f5f7", | |
"sha256:d8923f90a6957c4bd65e8aa3ee29b372ee2b38bf67eeaa8b78005d51c703d5b1", | |
"sha256:1f17b32fd4873b59b33c05ad238584fc83ee43cc019c64fa2101e7b3fa6333bd", | |
"sha256:111b66fb69b087c3a982152604a20c577316734c4f48fc39e70cc924d1f6c927", | |
"sha256:4008b97d7144ceffd8e4079c52228f3624bcc7fc453cec748134f739981b4a18", | |
"sha256:1bebc3123deedd5f9dd4ad5223dc54e4ad95fa54ce22c41b86b8d239bca5fb19", | |
"sha256:36b731ed87ab744cadd0f3eeef40ce5bc7cbb5cdd743f0f689e4cc8ad0c227fe", | |
"sha256:c797bdc4c91a930d3e7f464d68017b6f5251539f107379277a9b023521f9fe7d", | |
"sha256:6d4a2a22b4d48b235c0986c9f5c54477bbd5849ca190771ea115dce33e573d65", | |
"sha256:13138c71b5111f3d0c17843865f66c75ef4875e1568229ddfd9e94f96e5624a2", | |
"sha256:6b15fcdbdca8dd082edbbc69f144e6fc5e663771f1ed5452ab04de4bb774cb14", | |
"sha256:f3d41cfc5b85cfdeb9cf1f1043c2f32043815c6b97db1c940e4e3c9d0a8ec821", | |
"sha256:c50481c2645c8dc579119ce768d82cb3022e8e8b4f39abb4946322fed753bf2e", | |
"sha256:362672bc69fd70e5429a31a10ec295de4e4cb5cf81384427821549b68861d7c5", | |
"sha256:8675fd29f0ef468ed87c62a00672b68f9f847126ed6ab0e4d238e9e9b030cedd", | |
"sha256:bc2eccac62239e8b67987ae4c2a12976da09a6e26366f187749a444cb83a3e3d", | |
"sha256:2699ed21e1f73dd1bdb7b0b22a517295de07809d535b23e200dd22166037fe6f" | |
], | |
"version": "==2.1.1" | |
}, | |
"dcos": { | |
"hashes": [ | |
"sha256:3d48d0773b5dd5e82ddb9cfa946f17755789e8c2ff53ecc75b32194b41248611" | |
], | |
"version": "==0.4.14" | |
}, | |
"dcos-shakedown": { | |
"editable": true, | |
"git": "https://github.com/jeschkies/shakedown.git", | |
"ref": "012841a38a59d00043c15a66400501811715ab86" | |
}, | |
"dcoscli": { | |
"hashes": [ | |
"sha256:1d7506df5e32fc96566169896fb42ba80aba4687d1c65eb2b52b320b5cfad0ca" | |
], | |
"version": "==0.4.14" | |
}, | |
"docopt": { | |
"hashes": [ | |
"sha256:49b3a825280bd66b3aa83585ef59c4a8c82f2c8a522dbe754a8bc8d08c85c491" | |
], | |
"version": "==0.6.2" | |
}, | |
"enum34": { | |
"hashes": [ | |
"sha256:6bd0f6ad48ec2aa117d3d141940d484deccda84d4fcd884f5c3d93c23ecd8c79", | |
"sha256:644837f692e5f550741432dd3f223bbb9852018674981b1664e5dc339387588a", | |
"sha256:8ad8c4783bf61ded74527bffb48ed9b54166685e4230386a9ed9b1279e2df5b1", | |
"sha256:2d81cbbe0e73112bdfe6ef8576f2238f2ba27dd0d55752a776c41d38b7da2850" | |
], | |
"markers": "python_version < '3'", | |
"version": "==1.1.6" | |
}, | |
"futures": { | |
"hashes": [ | |
"sha256:c4884a65654a7c45435063e14ae85280eb1f111d94e542396717ba9828c4337f", | |
"sha256:51ecb45f0add83c806c68e4b06106f90db260585b25ef2abfcda0bd95c0132fd" | |
], | |
"markers": "python_version == '2.7'", | |
"version": "==3.1.1" | |
}, | |
"idna": { | |
"hashes": [ | |
"sha256:8c7309c718f94b3a625cb648ace320157ad16ff131ae0af362c9f21b80ef6ec4", | |
"sha256:2c6a5de3089009e3da7c5dde64a141dbc8551d5b7f6cf4ed7c2568d0cc520a8f" | |
], | |
"version": "==2.6" | |
}, | |
"ipaddress": { | |
"hashes": [ | |
"sha256:d34cf15d95ce9a734560f7400a8bd2ac2606f378e2a1d0eadbf1c98707e7c74a", | |
"sha256:5d8534c8e185f2d8a1fda1ef73f2c8f4b23264e8e30063feeb9511d492a413e1" | |
], | |
"markers": "python_version < '3'", | |
"version": "==1.0.18" | |
}, | |
"jsonschema": { | |
"hashes": [], | |
"version": "==2.4" | |
}, | |
"pager": { | |
"hashes": [ | |
"sha256:18aa45ec877dca732e599531c7b3b0b22ed6a4445febdf1bdf7da2761cca340d" | |
], | |
"version": "==3.3" | |
}, | |
"paramiko": { | |
"hashes": [ | |
"sha256:f7740f3ac011da4f8030c4d882bcad6344ef7e5728cf991eef90fccef2963aab", | |
"sha256:fa6b4f5c9d88f27c60fd9578146ff24e99d4b9f63391ff1343305bfd766c4660" | |
], | |
"version": "==2.3.1" | |
}, | |
"pkginfo": { | |
"hashes": [ | |
"sha256:ad3f6dfe8a831f96a7b56a588ca874137ca102cc6b79fc9b0a1c3b7ab7320f3c" | |
], | |
"version": "==1.2.1" | |
}, | |
"prettytable": { | |
"hashes": [ | |
"sha256:853c116513625c738dc3ce1aee148b5b5757a86727e67eff6502c7ca59d43c36", | |
"sha256:2d5460dc9db74a32bcc8f9f67de68b2c4f4d2f01fa3bd518764c69156d9cacd9", | |
"sha256:a53da3b43d7a5c229b5e3ca2892ef982c46b7923b51e98f0db49956531211c4f" | |
], | |
"version": "==0.7.2" | |
}, | |
"py": { | |
"hashes": [ | |
"sha256:2ccb79b01769d99115aa600d7eed99f524bf752bba8f041dc1c184853514655a", | |
"sha256:0f2d585d22050e90c7d293b6451c83db097df77871974d90efd5a30dc12fcde3" | |
], | |
"version": "==1.4.34" | |
}, | |
"pyasn1": { | |
"hashes": [ | |
"sha256:5eac8d0c1c1282842c9145ae134990a1baf7616eb4cee9129213fad76eba4f54", | |
"sha256:960a603e677897ea29b9a1327b789b7b8a9e187a89e05fed9c3152b3b7c22954", | |
"sha256:4bb562b9f1fc4526028b2aa4dc027dce08f3ade0780abc593a02ce6dbade6e6c", | |
"sha256:8fa8884056bd5b2c92ca1685e6344121b6b43718b44f0c6eb223958003c9d14a", | |
"sha256:16e896433f84575f0636cd9aa8b24659689268a62e00f17235e1fc23c6b00b25", | |
"sha256:bb6f5d5507621e0298794bc3e75b8f963e886cee388a378ab58e5c35ac024276", | |
"sha256:60bf78784b117979f5517c38308f6965fff6c803660fbb16368d94433953b62a", | |
"sha256:4a677c6c9e484977ed6c6a93714ff06ac374220408afeaeef4ef2af652af0f3d", | |
"sha256:b16fb6097d00bbafc114861b16ea41cfe63e32fed1bdc7cd5905a3e02a992fa3", | |
"sha256:8212bde51ec192e30654efe10e636082738ed728e316049f3685d66b8c92941c", | |
"sha256:8d4f0971682203bdfc93740ee7d3fcba0a7f55629451dbe2d32af2335c55b2be", | |
"sha256:187f2a66d617683f8e82d5c00033b7c8a0287e1da88a9d577aebec321cad4965" | |
], | |
"version": "==0.3.7" | |
}, | |
"pycparser": { | |
"hashes": [ | |
"sha256:99a8ca03e29851d96616ad0404b4aad7d9ee16f25c9f9708a11faf2810f7b226" | |
], | |
"version": "==2.18" | |
}, | |
"pygments": { | |
"hashes": [ | |
"sha256:78f3f434bcc5d6ee09020f92ba487f95ba50f1e3ef83ae96b9d5ffa1bab25c5d", | |
"sha256:dbae1046def0efb574852fab9e90209b23f556367b5a320c0bcb871c77c3e8cc" | |
], | |
"version": "==2.2.0" | |
}, | |
"pynacl": { | |
"hashes": [ | |
"sha256:9558ef5c1ae45322c054d1d1151016e0463b4da8b5c746a675e99c5c7d8f4faa", | |
"sha256:301c966c1e17950e50d174ab4b2e7ef3e98ff51ad7a591152a19fe2139281eed", | |
"sha256:4d21d733a63637ddf41d0cab50135ec9f5224dd22fd10ebf5c5f5f946b833f84", | |
"sha256:99f91eb80b85fe16f70d362cfeae8eeeb108cd09a85f039fdab02164762f764b", | |
"sha256:57314a7bad4bd39501dc622942f9921923673e52e126b0fc4f0214b5d25d619a", | |
"sha256:c93d151efcdd7d214b1b11d781c9f1b125f0208cd06d9762bddabdfeac1cedfc", | |
"sha256:1b4938a557b32e5c6b27fac79a94cf1abb70753b5462a0b577bd2a77e09dacd0", | |
"sha256:506bc2591968a1a7b6577075bc29a591d8fff5bdfec03b0dd926f34b75b670e5", | |
"sha256:4c15d7cea1a313fff3f68222e682ee1f855e43c0865081cad7385066a6b57d75", | |
"sha256:c4ea0e3b9f3317ada56e12c7b37f6d0316900ae8b54a20d7b100d4e14350ac87", | |
"sha256:53d83faf274813a5778bba1cd4cb96b79f39e44a63b1c4a4dada01a2b0eeafe8", | |
"sha256:5172395dea8203ae124fd282fef3d242aa75366d66aebc0f5aab0c4753eed97b", | |
"sha256:877879903cddb5da317fe86d923f65eb28c62fd7feb79cd3402d166e401f9423", | |
"sha256:123c41df1db119397f2e26e9c63ca2ea853d3663e26b1c389bd3859dc1b7178a", | |
"sha256:ceb16b7977123713ad898450ca86a2dc6706a17fe4cf278ffb6b76929c186550", | |
"sha256:813d4170f62d68236bb041cf731e8d1f34fc1006a5e5d81139bead6ddaa9d169", | |
"sha256:f01405a5c453b866e35338c53882f7ba7069c1f4e4045ce67513ad45c796f8a5", | |
"sha256:4a3be9f884df08087996516707446ba55648bbefae8428bf578fa05f20fa2ed9", | |
"sha256:7d14f18f8bc43977691276097524b9713d21b9635fea9791311261a66e4fe296", | |
"sha256:9532aaa446840ece574c719ad3bbf25f60ca9871f48b5446e3f73e8b498e2398", | |
"sha256:67b75a950dbc4025bfa549c183baa17db4096955912f385df31830e5a2121974", | |
"sha256:dfc85c2b414dee700e32764559d560063825ec1470d3ee6c973e43c80a622e56", | |
"sha256:3fd984580cbea8e02fc531aa32ab9487b72c30127f9e4c8db9ba3fe8950ecc93", | |
"sha256:75a427377b2088c29a44db08c796c75a9cde2f9725dd041903cfbc0f6034895c", | |
"sha256:ca2deb968135f1400105ca902f5cef24ba6984b6a4904756498afcb9077c76f9", | |
"sha256:ffb74ac578b3b80b1d2d5a23a6dd7b1d6682e5fce6a7b3d21b46b180a5546055", | |
"sha256:b796d95704b674100bd99fc42bbde9f8f2ccddae8599a4d4bbcb518428dfbfed", | |
"sha256:32f52b754abf07c319c04ce16905109cab44b0e7f7c79497431d3b2000f8af8c" | |
], | |
"version": "==1.1.2" | |
}, | |
"pytest": { | |
"hashes": [ | |
"sha256:81a25f36a97da3313e1125fce9e7bbbba565bc7fec3c5beb14c262ddab238ac1", | |
"sha256:27fa6617efc2869d3e969a3e75ec060375bfb28831ade8b5cdd68da3a741dc3c" | |
], | |
"version": "==3.2.3" | |
}, | |
"pytest-timeout": { | |
"hashes": [ | |
"sha256:c65a80c87074c17b6dfbe91cd856f260f84fbdad5df9bd79b1cfc26fe5c163f1", | |
"sha256:c29e3168f10897728059bd6b8ca20b28733d7fe6b8f6c09bb9d89f6146f27cb8" | |
], | |
"version": "==1.2.0" | |
}, | |
"requests": { | |
"hashes": [ | |
"sha256:6a1b267aa90cac58ac3a765d067950e7dbbf75b1da07e895d1f594193a40a38b", | |
"sha256:9c443e7324ba5b85070c4a818ade28bfabedf16ea10206da1132edaa6dda237e" | |
], | |
"version": "==2.18.4" | |
}, | |
"retrying": { | |
"hashes": [ | |
"sha256:08c039560a6da2fe4f2c426d0766e284d3b736e355f8dd24b37367b0bb41973b" | |
], | |
"version": "==1.3.3" | |
}, | |
"scp": { | |
"hashes": [ | |
"sha256:9545014f4078f33bcef9cf1d93f7de6b3acc271552aeb2c20a1ca12f9d5abdec", | |
"sha256:18f59e48df67fac0b069591609a0f4d50d781a101ddb8ec705f0c2e3501a8386" | |
], | |
"version": "==0.10.2" | |
}, | |
"six": { | |
"hashes": [ | |
"sha256:832dc0e10feb1aa2c68dcc57dbb658f1c7e65b9b61af69048abc87a2db00a0eb", | |
"sha256:70e8a77beed4562e7f14fe23a786b54f6296e34344c23bc42f07b15018ff98e9" | |
], | |
"version": "==1.11.0" | |
}, | |
"toml": { | |
"hashes": [], | |
"version": "==0.9.3.1" | |
}, | |
"urllib3": { | |
"hashes": [ | |
"sha256:06330f386d6e4b195fbfc736b297f58c5a892e4440e54d294d7004e3a9bbea1b", | |
"sha256:cc44da8e1145637334317feebd728bd869a35285b93cbb4cca2577da7e62db4f" | |
], | |
"version": "==1.22" | |
}, | |
"virtualenv": { | |
"hashes": [ | |
"sha256:39d88b533b422825d644087a21e78c45cf5af0ef7a99a1fc9fbb7b481e5c85b0", | |
"sha256:02f8102c2436bb03b3ee6dede1919d1dac8a427541652e5ec95171ec8adbc93a" | |
], | |
"version": "==15.1.0" | |
} | |
}, | |
"develop": {} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment