Skip to content

Instantly share code, notes, and snippets.

@kadrach
Last active October 12, 2018 00:58
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 kadrach/24e29714f9cdb5428c60ff9afb9884a9 to your computer and use it in GitHub Desktop.
Save kadrach/24e29714f9cdb5428c60ff9afb9884a9 to your computer and use it in GitHub Desktop.
Virtualenv test-foo-py3.6 already exists.
Using virtualenv: /home/neckerskorn/.cache/pypoetry/virtualenvs/test-foo-py3.6
Updating dependencies
Resolving dependencies...
1: fact: test-foo is 0.1.0
1: derived: test-foo
1: fact: test-foo depends on docker (^3.5)
1: selecting test-foo (0.1.0)
1: derived: docker (^3.5)
PyPI: No release information found for docker-0.0.1, skipping
PyPI: 1 packages found for docker >=3.5,<4.0
1: fact: docker (3.5.0) depends on pypiwin32 (223)
1: fact: docker (3.5.0) depends on requests (>=2.14.2,<2.18.0 || >2.18.0)
1: fact: docker (3.5.0) depends on docker-pycreds (>=0.3.0)
1: fact: docker (3.5.0) depends on websocket-client (>=0.32.0)
1: fact: docker (3.5.0) depends on six (>=1.4.0)
1: selecting docker (3.5.0)
1: derived: six (>=1.4.0)
1: derived: websocket-client (>=0.32.0)
1: derived: docker-pycreds (>=0.3.0)
1: derived: requests (>=2.14.2,<2.18.0 || >2.18.0)
1: derived: pypiwin32 (223)
PyPI: 15 packages found for six >=1.4.0
1: selecting six (1.11.0)
PyPI: 21 packages found for websocket-client >=0.32.0
1: fact: websocket-client (0.53.0) depends on six (*)
1: selecting websocket-client (0.53.0)
PyPI: 1 packages found for docker-pycreds >=0.3.0
1: fact: docker-pycreds (0.3.0) depends on six (>=1.4.0)
1: selecting docker-pycreds (0.3.0)
PyPI: No release information found for requests-0.0.1, skipping
PyPI: No release information found for requests-0.12.01, skipping
PyPI: No release information found for requests-2.15.0, skipping
PyPI: 18 packages found for requests >=2.14.2,<2.18.0 || >2.18.0
1: fact: requests (2.19.1) depends on certifi (>=2017.4.17)
1: fact: requests (2.19.1) depends on urllib3 (>=1.21.1,<1.24)
1: fact: requests (2.19.1) depends on idna (>=2.5,<2.8)
1: fact: requests (2.19.1) depends on chardet (>=3.0.2,<3.1.0)
1: selecting requests (2.19.1)
1: derived: chardet (>=3.0.2,<3.1.0)
1: derived: idna (>=2.5,<2.8)
1: derived: urllib3 (>=1.21.1,<1.24)
1: derived: certifi (>=2017.4.17)
PyPI: 1 packages found for pypiwin32 223
1: fact: pypiwin32 (223) depends on pywin32 (>=223)
1: selecting pypiwin32 (223)
1: derived: pywin32 (>=223)
PyPI: 3 packages found for chardet >=3.0.2,<3.1.0
1: selecting chardet (3.0.4)
PyPI: No release information found for idna-0.1, skipping
PyPI: 3 packages found for idna >=2.5,<2.8
1: selecting idna (2.7)
PyPI: No release information found for urllib3-0.3, skipping
PyPI: No release information found for urllib3-0.3.1, skipping
PyPI: No release information found for urllib3-0.4.0, skipping
PyPI: No release information found for urllib3-0.4.1, skipping
PyPI: 3 packages found for urllib3 >=1.21.1,<1.24
1: selecting urllib3 (1.23)
PyPI: No release information found for certifi-0, skipping
PyPI: 8 packages found for certifi >=2017.4.17
1: selecting certifi (2018.8.24)
PyPI: No release information found for pywin32-210, skipping
PyPI: No release information found for pywin32-214, skipping
PyPI: 2 packages found for pywin32 >=223
1: selecting pywin32 (224)
1: Version solving took 0.083 seconds.
1: Tried 1 solutions.
[[package]]
category = "main"
description = "Python package for providing Mozilla's CA Bundle."
name = "certifi"
optional = false
python-versions = "*"
version = "2018.8.24"
[[package]]
category = "main"
description = "Universal encoding detector for Python 2 and 3"
name = "chardet"
optional = false
python-versions = "*"
version = "3.0.4"
[[package]]
category = "main"
description = "A Python library for the Docker Engine API."
name = "docker"
optional = false
python-versions = "*"
version = "3.5.0"
[package.dependencies]
docker-pycreds = ">=0.3.0"
requests = ">=2.14.2,<2.18.0 || >2.18.0"
six = ">=1.4.0"
websocket-client = ">=0.32.0"
[package.dependencies.pypiwin32]
python = ">=3.6"
version = "223"
[[package]]
category = "main"
description = "Python bindings for the docker credentials store API"
name = "docker-pycreds"
optional = false
python-versions = "*"
version = "0.3.0"
[package.dependencies]
six = ">=1.4.0"
[[package]]
category = "main"
description = "Internationalized Domain Names in Applications (IDNA)"
name = "idna"
optional = false
python-versions = "*"
version = "2.7"
[[package]]
category = "main"
description = ""
marker = "sys_platform == \"win32\" and python_version >= \"3.6\""
name = "pypiwin32"
optional = false
python-versions = "*"
version = "223"
[package.dependencies]
pywin32 = ">=223"
[[package]]
category = "main"
description = "Python for Window Extensions"
marker = "sys_platform == \"win32\" and python_version >= \"3.6\""
name = "pywin32"
optional = false
python-versions = "*"
version = "224"
[[package]]
category = "main"
description = "Python HTTP for Humans."
name = "requests"
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
version = "2.19.1"
[package.dependencies]
certifi = ">=2017.4.17"
chardet = ">=3.0.2,<3.1.0"
idna = ">=2.5,<2.8"
urllib3 = ">=1.21.1,<1.24"
[[package]]
category = "main"
description = "Python 2 and 3 compatibility utilities"
name = "six"
optional = false
python-versions = "*"
version = "1.11.0"
[[package]]
category = "main"
description = "HTTP library with thread-safe connection pooling, file post, and more."
name = "urllib3"
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4"
version = "1.23"
[[package]]
category = "main"
description = "WebSocket client for Python. hybi13 is supported."
name = "websocket-client"
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
version = "0.53.0"
[package.dependencies]
six = "*"
[metadata]
content-hash = "b32139be2af02d0b9d76631c7d01a27d9999b1bb2d2dd9ad2eecea9ef8ed5bd0"
python-versions = "^3.6"
[metadata.hashes]
certifi = ["376690d6f16d32f9d1fe8932551d80b23e9d393a8578c5633a2ed39a64861638", "456048c7e371c089d0a77a5212fb37a2c2dce1e24146e3b7e0261736aaeaa22a"]
chardet = ["84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae", "fc323ffcaeaed0e0a02bf4d117757b98aed530d9ed4531e3e15460124c106691"]
docker = ["6c4da20ef40e8d3eaf650f1488d91452b9a1128045481d7169fd34665ffa90ee", "bc693be5a84b3b9e5aaf156068c5c0a445ee5138c638c3fbc857133bf67ebe07"]
docker-pycreds = ["0a941b290764ea7286bd77f54c0ace43b86a8acd6eb9ead3de9840af52384079", "8b0e956c8d206f832b06aa93a710ba2c3bcbacb5a314449c040b0b814355bbff"]
idna = ["156a6814fb5ac1fc6850fb002e0852d56c0c8d2531923a51032d1b70760e186e", "684a38a6f903c1d71d6d5fac066b58d7768af4de2b832e426ec79c30daa94a16"]
pypiwin32 = ["67adf399debc1d5d14dffc1ab5acacb800da569754fafdc576b2a039485aa775", "71be40c1fbd28594214ecaecb58e7aa8b708eabfa0125c8a109ebd51edbd776a"]
pywin32 = ["22e218832a54ed206452c8f3ca9eff07ef327f8e597569a4c2828be5eaa09a77", "32b37abafbfeddb0fe718008d6aada5a71efa2874f068bee1f9e703983dcc49a", "35451edb44162d2f603b5b18bd427bc88fcbc74849eaa7a7e7cfe0f507e5c0c8", "4eda2e1e50faa706ff8226195b84fbcbd542b08c842a9b15e303589f85bfb41c", "5f265d72588806e134c8e1ede8561739071626ea4cc25c12d526aa7b82416ae5", "6852ceac5fdd7a146b570655c37d9eacd520ed1eaeec051ff41c6fc94243d8bf", "6dbc4219fe45ece6a0cc6baafe0105604fdee551b5e876dc475d3955b77190ec", "9bd07746ce7f2198021a9fa187fa80df7b221ec5e4c234ab6f00ea355a3baf99"]
requests = ["63b52e3c866428a224f97cab011de738c36aec0185aa91cfacd418b5d58911d1", "ec22d826a36ed72a7358ff3fe56cbd4ba69dd7a6718ffd450ff0e9df7a47ce6a"]
six = ["70e8a77beed4562e7f14fe23a786b54f6296e34344c23bc42f07b15018ff98e9", "832dc0e10feb1aa2c68dcc57dbb658f1c7e65b9b61af69048abc87a2db00a0eb"]
urllib3 = ["a68ac5e15e76e7e5dd2b8f94007233e01effe3e50e8daddf69acfd81cb686baf", "b5725a0bd4ba422ab0e66e89e030c806576753ea3ee08554382c14e685d117b5"]
websocket-client = ["c42b71b68f9ef151433d6dcc6a7cb98ac72d2ad1e3a74981ca22bc5d9134f166", "f5889b1d0a994258cfcbc8f2dc3e457f6fc7b32a8d74873033d12e4eab4bdf63"]
[tool.poetry]
name = "test-foo"
version = "0.1.0"
description = ""
authors = ["Niko Eckerskorn <kadrach@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.6"
docker = "^3.5"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment