- 11 Dec, 2019 3 commits
-
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
* fix (locker): add `develop = false` in `poetry.lock` if set in `pyproject.toml` fix (locker): read `develop` value from `poetry.lock` so it is respect when exporting to `requirements.txt` * fix (test_installer): adopt expected result * change (test_installer): move develop key from source to package in lock file * fix (test_installer): make black happy
finswimmer committed
-
- 06 Dec, 2019 7 commits
-
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
* do not write empty or any markers * Update poetry/version/markers.py Co-Authored-By: Sébastien Eustace <sebastien.eustace@gmail.com> * Update test_markers.py
Joseph Kahn committed -
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
- 04 Dec, 2019 2 commits
-
-
Fix typo + reformat help in LockCommand
finswimmer committed -
added install instruction for powershell users
finswimmer committed
-
- 30 Nov, 2019 2 commits
-
-
Fix README(Documentation)
finswimmer committed -
Suhyeon Kim committed
-
- 26 Nov, 2019 2 commits
-
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
- 22 Nov, 2019 5 commits
-
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
* fix: success message by `poetry new` now shows correct package name if it was automatically renamed * fix: revert isort changes
finswimmer committed -
* FIX: To find excluded files, no additional glob is used to build a complete list of excluded files. Instead when checking if a file is excluded, it is looked up if one of the parent folder is in the excluded list. * making isort happy * revert accidentally made changes to pyproject.toml/poetry.lock * fix: change condition for breaking loop, as previous version could lead to infinite loop
finswimmer committed
-
- 21 Nov, 2019 2 commits
-
-
* Make index urls a set to avoid exporting duplicates to requirements.txt Fixes #1434 * Add test for deduplication of sources in exporter * Holy test names, blackman. * Sort indexes for consistent output with multiple extra indexes
Stephen Brown II committed -
Set mtime on setup.py/PKG-INFO when building sdist
finswimmer committed
-
- 20 Nov, 2019 7 commits
-
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
- 19 Nov, 2019 5 commits
-
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
K900 committed
-
- 18 Nov, 2019 5 commits
-
-
Sébastien Eustace committed
-
Brandon Moore committed
-
This is probably only a typo. `importlib-metadata` was included in the standard library, so the requirement should be `< 3.8`, not `<= 3.8`.
Fabio Valentini committed -
* CHANGE: output by `poetry version` simplified to `<project_name> <version>` * FIX: adopt `test_version_show` to recognize new output format
finswimmer committed -
Sébastien Eustace committed
-