Metadata-Version: 2.0
Name: pip-reqs
Version: 0.8.1
Summary: Helpers for dealing with pip requirements
Home-page: https://divio.com
Author: Divio AG
Author-email: info@divio.com
License: MIT
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.8.1 (2019-08-03)
------------------

* Ensure compatibility with pip 19.2.x


0.8.0 (2019-03-27)
------------------

* Add tests
* Ensure compatibility with pip 18.x and pip 19.x
* Ensure compatibility with Python 2.7, 3.6, and 3.7


0.7.3 (2019-03-27)
------------------

* Remove `process_dependency_link` support (pip >= 19.0 compatibility).


0.7.2 (2019-01-11)
------------------

* Bring back default argument values.


0.7.1 (2019-01-11)
------------------

* Fix issues with pip upgrade.


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.


