Merge pull request #450 from lee-kagiso/patch-1

Added pip-tools
This commit is contained in:
Vinta 2015-10-03 16:49:19 +08:00
commit d68e4fd849

View File

@ -111,6 +111,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
* [pip](https://pip.pypa.io/) - The Python package and dependency manager.
* [Python Package Index](https://pypi.python.org/pypi)
* [pip-tools](https://github.com/nvie/pip-tools) - A set of tools to keep your pinned Python dependencies fresh.
* [conda](https://github.com/conda/conda/) - Cross-platform, Python-agnostic binary package manager.
* [Curdling](http://clarete.li/curdling/) - Curdling is a command line tool for managing Python packages.
* [wheel](http://pythonwheels.com/) - The new standard of Python distribution and are intended to replace eggs.