Skip to content

Instantly share code, notes, and snippets.

@cprieto
Created October 6, 2018 12:01
Show Gist options
  • Save cprieto/ed5def2f51e8e16328770ebd76a6355e to your computer and use it in GitHub Desktop.
Save cprieto/ed5def2f51e8e16328770ebd76a6355e to your computer and use it in GitHub Desktop.
sample ) time poetry add -vvv petl
Creating virtualenv sample-py3.7 in /Users/cprieto/Library/Caches/pypoetry/virtualenvs
Using virtualenv: /Users/cprieto/Library/Caches/pypoetry/virtualenvs/sample-py3.7
PyPI: 61 packages found for petl *
Using version ^1.2 for petl
Updating dependencies
Resolving dependencies...
1: fact: sample is 0.1.0
1: derived: sample
1: fact: sample depends on petl (^1.2)
1: fact: sample depends on pytest (^3.0)
1: selecting sample (0.1.0)
1: derived: pytest (^3.0)
1: derived: petl (^1.2)
PyPI: 39 packages found for pytest >=3.0,<4.0
PyPI: 1 packages found for petl >=1.2,<2.0
1: selecting petl (1.2.0)
1: fact: pytest (3.8.2) depends on colorama (*)
1: fact: pytest (3.8.2) depends on pathlib2 (>=2.2.0)
1: fact: pytest (3.8.2) depends on funcsigs (*)
1: fact: pytest (3.8.2) depends on pluggy (>=0.7)
1: fact: pytest (3.8.2) depends on atomicwrites (>=1.0)
1: fact: pytest (3.8.2) depends on more-itertools (>=4.0.0)
1: fact: pytest (3.8.2) depends on attrs (>=17.4.0)
1: fact: pytest (3.8.2) depends on six (>=1.10.0)
1: fact: pytest (3.8.2) depends on py (>=1.5.0)
1: selecting pytest (3.8.2)
1: derived: py (>=1.5.0)
1: derived: six (>=1.10.0)
1: derived: attrs (>=17.4.0)
1: derived: more-itertools (>=4.0.0)
1: derived: atomicwrites (>=1.0)
1: derived: pluggy (>=0.7)
1: derived: funcsigs (*)
1: derived: pathlib2 (>=2.2.0)
1: derived: colorama (*)
PyPI: No release information found for py-0.8.0-alpha2, skipping
PyPI: No release information found for py-0.9.0, skipping
PyPI: No release information found for py-1.4.32.dev1, skipping
PyPI: 5 packages found for py >=1.5.0
PyPI: 2 packages found for six >=1.10.0
PyPI: 3 packages found for attrs >=17.4.0
PyPI: 5 packages found for more-itertools >=4.0.0
PyPI: 5 packages found for atomicwrites >=1.0
PyPI: 1 packages found for pluggy >=0.7
PyPI: 7 packages found for funcsigs *
PyPI: 4 packages found for pathlib2 >=2.2.0
PyPI: 37 packages found for colorama *
PyPI: Getting info for pluggy (0.7.1) from PyPI
PyPI: No dependencies found, downloading archives
PyPI: Downloading wheel: pluggy-0.7.1-py2.py3-none-any.whl
1: selecting pluggy (0.7.1)
PyPI: Getting info for six (1.11.0) from PyPI
PyPI: No dependencies found, downloading archives
PyPI: Downloading wheel: six-1.11.0-py2.py3-none-any.whl
1: selecting six (1.11.0)
PyPI: Getting info for attrs (18.2.0) from PyPI
1: selecting attrs (18.2.0)
PyPI: Getting info for pathlib2 (2.3.2) from PyPI
1: fact: pathlib2 (2.3.2) depends on scandir (*)
1: fact: pathlib2 (2.3.2) depends on six (*)
1: selecting pathlib2 (2.3.2)
1: derived: scandir (*)
PyPI: 15 packages found for scandir *
PyPI: Getting info for py (1.6.0) from PyPI
PyPI: No dependencies found, downloading archives
PyPI: Downloading wheel: py-1.6.0-py2.py3-none-any.whl
1: selecting py (1.6.0)
PyPI: Getting info for more-itertools (4.3.0) from PyPI
1: fact: more-itertools (4.3.0) depends on six (>=1.0.0,<2.0.0)
1: selecting more-itertools (4.3.0)
PyPI: Getting info for atomicwrites (1.2.1) from PyPI
PyPI: No dependencies found, downloading archives
PyPI: Downloading wheel: atomicwrites-1.2.1-py2.py3-none-any.whl
1: selecting atomicwrites (1.2.1)
PyPI: Getting info for funcsigs (1.0.2) from PyPI
PyPI: No dependencies found, downloading archives
PyPI: Downloading wheel: funcsigs-1.0.2-py2.py3-none-any.whl
1: fact: funcsigs (1.0.2) depends on ordereddict (*)
1: selecting funcsigs (1.0.2)
1: derived: ordereddict (*)
PyPI: 2 packages found for ordereddict *
PyPI: Getting info for ordereddict (1.1) from PyPI
PyPI: No dependencies found, downloading archives
PyPI: Downloading sdist: ordereddict-1.1.tar.gz
1: selecting ordereddict (1.1)
PyPI: Getting info for scandir (1.9.0) from PyPI
PyPI: No dependencies found, downloading archives
PyPI: Downloading sdist: scandir-1.9.0.tar.gz
PyPI: Downloading wheel: scandir-1.9.0-cp27-cp27m-win32.whl
1: selecting scandir (1.9.0)
PyPI: Getting info for colorama (0.3.9) from PyPI
PyPI: No dependencies found, downloading archives
PyPI: Downloading wheel: colorama-0.3.9-py2.py3-none-any.whl
1: selecting colorama (0.3.9)
1: Version solving took 985.019 seconds.
1: Tried 1 solutions.
Package operations: 8 installs, 0 updates, 0 removals
Writing lock file
- Installing six (1.11.0)
- Installing atomicwrites (1.2.1)
- Installing attrs (18.2.0)
- Installing more-itertools (4.3.0)
- Installing pluggy (0.7.1)
- Installing py (1.6.0)
- Installing petl (1.2.0)
- Installing pytest (3.8.2)
1874.75 real 6.35 user 1.89 sys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment