From 4aa232ba2ada27c9f42ccb7b5d2183fc7dbf0b48 Mon Sep 17 00:00:00 2001 From: Lee Date: Thu, 10 Sep 2015 15:15:35 +0200 Subject: [PATCH] Added pip-tools https://github.com/nvie/pip-tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4b129dd3..0f820363 100644 --- a/README.md +++ b/README.md @@ -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.