Metadata-Version: 2.0
Name: pip-reqs
Version: 0.7
Summary: Helpers for dealing with pip requirements
Home-page: https://github.com/divio/ac-wheelsproxy
Author: Divio AG
Author-email: info@divio.com
License: MIT
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7

pip-reqs
========

Command line tools to streamline and speed up management of pip requirements using a remote wheels proxy instance.


CHANGELOG
=========


0.7 (2019-01-09)
----------------

* Drop Python 2.7 compatibility.
* Drop support for pip<10.
* Drop dependencies (click and requests).
* Use black for formatting.


0.6 (2018-08-20)
----------------

* Compatibility with pip>=10.


0.5 (2016-09-14)
----------------

* Better error reporting.


0.4 (2016-08-24)
----------------

* Python 3 compatibility.


0.3 (2016-08-24)
----------------

* Rename package from pip_reqs to pip-reqs.


0.2 (2016-08-24)
----------------

* Build universal wheels.


0.1 (2016-08-24)
----------------

* Initial release.


