move poetry

This commit is contained in:
Vinta Chen 2019-12-21 15:20:55 +08:00
parent 864d305aa8
commit 5841e70379
1 changed files with 2 additions and 2 deletions

View File

@ -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