- 10 Jun, 2020 2 commits
-
-
Just a very small change to fix the link from the main page to the managing environments page.
Benjamin Bütikofer committed -
* get-poetry.py fallback to standard executables * documentation update * fix typo due to cleanup * favor python3 over python2 when creating launcher * launcher favors 3.5 and up, else the first valid one it finds. * favor any py3 over py2, not just 3.5+ Co-authored-by: Jonathan Piché <jpiche@coveo.com> Co-authored-by: Jonathan Piché <jonapich@users.noreply.github.com> Co-authored-by: Jonathan Piché <jpiche@coveo.com>
Sébastien Eustace committed
-
- 09 Jun, 2020 7 commits
-
-
Release 1.0.9
Sébastien Eustace committed -
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Fix legacy repositories packages being continuously updated
Sébastien Eustace committed -
Fix wrong indentation in mixology
Sébastien Eustace committed -
Sébastien Eustace committed
-
Haines Chan committed
-
- 06 Jun, 2020 2 commits
-
-
Added git ssh example to docs
finswimmer committed -
Added a cli add git ssh dependency example to documentation for easy reference.
William Hayes committed
-
- 05 Jun, 2020 15 commits
-
-
Release 1.0.8
Sébastien Eustace committed -
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Release 1.0.7
Sébastien Eustace committed -
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Release 1.0.6
Sébastien Eustace committed -
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
* Fix resolution of path, url and VCS dependencies * Fix editable installation of Poetry packages
Sébastien Eustace committed -
Hemanta committed
-
Radu Suciu committed
-
Joey Wilhelm committed
-
- 03 Jun, 2020 2 commits
-
-
doc: fix issue template links in CONTRIBUTING.md
finswimmer committed -
Nat Noordanus committed
-
- 02 Jun, 2020 3 commits
-
-
Update shell completion docs for prezto
finswimmer committed -
fix: Gracefully handle read-only sdists
finswimmer committed -
For a package without dependencies in pypi's database, like p4python, the sdist is required. The problem is p4python was developed in perforce where all files are read-only by default and deleting the temp directory fails. So we need to use the custom-built temp directory and specially handle read-only files to be able to use p4python in poetry. Fixes #520
Ed Page committed
-
- 01 Jun, 2020 2 commits
-
-
Bump actions/cache from v1 to v2
Sébastien Eustace committed -
Small improvements to docs for version command
finswimmer committed
-
- 29 May, 2020 1 commit
-
-
Ilia Kurenkov committed
-
- 26 May, 2020 1 commit
-
-
Sora Morimoto committed
-
- 21 May, 2020 1 commit
-
-
Dominik Moritz committed
-
- 19 May, 2020 1 commit
-
-
Fixes https://github.com/python-poetry/poetry/issues/2048
Sanket Dasgupta committed
-
- 13 May, 2020 1 commit
-
-
Ilia Kurenkov committed
-
- 10 May, 2020 2 commits
-
-
finswimmer committed
-
Prior to this fix, when formatting PEP 508 dependency specification for remote url references, the quoted marker was not prefixed with required whitespace. This change ensures that the format adheres to the specified grammar. Resolves: python-poetry/poetry#2326
Simone Primarosa committed
-