reqwire
reqwire copied to clipboard
Wires up your pip requirements with pip-tools.
Bumps [babel](https://github.com/python-babel/babel) from 2.4.0 to 2.9.1. Release notes Sourced from babel's releases. Version 2.9.1 Bugfixes The internal locale-data loading functions now validate the name of the locale file to be...
Bumps [py](https://github.com/pytest-dev/py) from 1.4.33 to 1.10.0. Changelog Sourced from py's changelog. 1.10.0 (2020-12-12) Fix a regular expression DoS vulnerability in the py.path.svnwc SVN blame functionality (CVE-2020-29651) Update vendored apipkg: 1.4...
Bumps [pygments](https://github.com/pygments/pygments) from 2.2.0 to 2.7.4. Release notes Sourced from pygments's releases. 2.7.4 Updated lexers: Apache configurations: Improve handling of malformed tags (#1656) CSS: Add support for variables (#1633, #1666)...
Bumps [requests](https://github.com/psf/requests) from 2.12.3 to 2.20.0. Changelog Sourced from requests's changelog. 2.20.0 (2018-10-18) Bugfixes Content-Type header parsing is now case-insensitive (e.g. charset=utf8 v Charset=utf8). Fixed exception leak where certain redirect...
I get the stacktrace below if I use any pip > 10 ``` $ reqwire build -a Traceback (most recent call last): File "/home/kevin/.local/bin/reqwire", line 7, in from reqwire.cli import...
If ``qa.in`` depends on ``main.in`` and you update or add a package in ``main.in``, it would be handy to be prompted to also build any downstream tags that have ``main.in``...