- 20 Mar, 2021 2 commits
-
-
Reza Gharibi committed
-
The distribution is named `poetry-core`, not `poetry_core`.
Stein Magnus Jodal committed
-
- 19 Mar, 2021 2 commits
-
-
Sébastien Eustace committed
-
Update poetry-core
Sébastien Eustace committed
-
- 13 Mar, 2021 1 commit
-
-
Chris Lieb committed
-
- 10 Mar, 2021 2 commits
-
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
- 06 Mar, 2021 1 commit
-
-
Resolves: #1076
Akhilesh Raju committed
-
- 13 Feb, 2021 1 commit
-
-
* Relates-to: #3155 converting duplicted code to fixture
Paul Sanders committed
-
- 12 Feb, 2021 2 commits
-
-
Sébastien Eustace committed
-
Sébastien Eustace committed
-
- 10 Feb, 2021 2 commits
-
-
Fixes #3362
Christoph Reiter committed -
Aykut Yilmaz committed
-
- 09 Feb, 2021 3 commits
-
-
Resolves: #3630
pwoolvett committed -
0xflotus committed
-
Florian Apolloner committed
-
- 05 Feb, 2021 1 commit
-
-
finswimmer committed
-
- 03 Feb, 2021 1 commit
-
-
finswimmer committed
-
- 02 Feb, 2021 1 commit
-
-
Migrate to the new version of Cleo
Sébastien Eustace committed
-
- 01 Feb, 2021 1 commit
-
-
Sébastien Eustace committed
-
- 30 Jan, 2021 1 commit
-
-
fix and add several type hints
Sébastien Eustace committed
-
- 26 Jan, 2021 1 commit
-
-
Add an option to poetry install to install only dev dependencies, e.g. poetry install --dev-only. Fixes https://github.com/python-poetry/poetry/issues/2572
Ryan Opel committed
-
- 17 Jan, 2021 1 commit
-
-
finswimmer committed
-
- 16 Jan, 2021 1 commit
-
-
Fixes #3577. This makes `poetry version --short <version>` output only the updated version number, similarly to `poetry version --short`.
sprt committed
-
- 06 Jan, 2021 1 commit
-
-
Miro Hrončok committed
-
- 05 Jan, 2021 3 commits
-
-
John Peter Yamauchi committed
-
* Remove non-existing --path option * Add missing options
Fredrik Averpil committed -
atanas argirov committed
-
- 04 Jan, 2021 1 commit
-
-
Co-authored-by: Steph Samson <hello@stephsamson.com>
Torsten Rudolf committed
-
- 26 Dec, 2020 1 commit
-
-
* Added missing Option in install command description
Vladislav Goncharenko committed
-
- 24 Nov, 2020 1 commit
-
-
* Remove python 2.7/3.5 compatibility code This change removes code, dependencies and tests related to python 2.7 and 3.5 compatibility. The minimum supported runtime python version for poetry is now 3.6. * tests: mitigate httpretty urllib incompatibility Relates-to: #3404
Arun Babu Neelicattu committed
-
- 18 Nov, 2020 1 commit
-
-
* Fixed the command(deleted the `source` because you don't need `source` in order to run batch files * Made code of the table look better, nothing changed in client.
Murad Bashirov committed
-
- 13 Nov, 2020 1 commit
-
-
`source`poetry env info --path`/bin/activate` replaced with: `source `poetry env info --path`/bin/activate`
adnan-st committed
-
- 02 Nov, 2020 7 commits
-
-
Resolves: #477
Steph Samson committed -
the built-in function being used does not require comprehension and can work directly with a generator expression Signed-off-by: Rayan Das <rayandas91@gmail.com>
Rayan Das committed -
Signed-off-by: Rayan Das <rayandas91@gmail.com>
Rayan Das committed -
Signed-off-by: Rayan Das <rayandas91@gmail.com>
Rayan Das committed -
Because `.zprofile` is only run for login shells, it is not used by graphical terminals. `.zprofile` is also not created by default. Fixes #2620
Anatoli Babenia committed -
Resolves: #3236 \#3236 states that some functions are defined but never used, thus this PR remove then. While removing them, this also makes sure that there is no trouble with: ```bash $ poetry run pytest tests/ $ poetry run pre-commit run --all-files ``` as stated at `CONTRIBUTING.md`. The functions removed were: - `poetry/config/config.py`: + `_get_validator` - `poetry/console/commands/config.py`: + `_list_setting` + `_get_formatted_value` - `poetry/console/commands/run.py` : + `_module` - `poetry/console/commands/self/update.py : + `_bin_path` - `poetry/mixology/version_solver.py`: + `_excludes_single_version` - `poetry/puzzle/provider.py`: + `_formatter_elapsed` - `poetry/utils/setup_reader.py`: + `_is_empty_result` By removing some of those functions Flack announced that there is no more need to do some includes, so they were removed too: - `poetry/mixology/version_solver.py`: + `from typing import Any` + `from poetry.core.semver import Version` + `from poetry.core.semver import VersionRange` - `poetry/puzzle/provider.py`: + `import time`
Lucas Cavalcante de Sousa committed -
Arun Babu Neelicattu committed
-