mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-23 20:11:06 +00:00
move poetry
This commit is contained in:
parent
864d305aa8
commit
5841e70379
|
@ -563,7 +563,6 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
|||
*Libraries for Python version and virtual environment management.*
|
||||
|
||||
* [pyenv](https://github.com/pyenv/pyenv) - Simple Python version management.
|
||||
* [poetry](https://github.com/sdispater/poetry) - Python dependency management and packaging made easy.
|
||||
* [virtualenv](https://github.com/pypa/virtualenv) - A tool to create isolated Python environments.
|
||||
|
||||
## Files
|
||||
|
@ -864,9 +863,10 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
|||
|
||||
*Libraries for package and dependency management.*
|
||||
|
||||
* [pip](https://pip.pypa.io/en/stable/) - The Python package and dependency manager.
|
||||
* [pip](https://pip.pypa.io/en/stable/) - The package installer for Python.
|
||||
* [PyPI](https://pypi.org/)
|
||||
* [pip-tools](https://github.com/jazzband/pip-tools) - A set of tools to keep your pinned Python dependencies fresh.
|
||||
* [poetry](https://github.com/sdispater/poetry) - Python dependency management and packaging made easy.
|
||||
* [conda](https://github.com/conda/conda/) - Cross-platform, Python-agnostic binary package manager.
|
||||
|
||||
## Package Repositories
|
||||
|
|
Loading…
Reference in New Issue
Block a user