summaryrefslogtreecommitdiff
path: root/src/tox/tox_env/python/pip/req
Commit message (Expand)AuthorAgeFilesLines
* Fix for requirements.txt using both --index-url and --find-links (#2959)release-4.4.8Alexander Clausen2023-03-261-2/+2
* Allow package names with env markers with pip binary options (#2853)q0w2023-01-112-12/+29
* Handle properly pip --no-binary / --only-binary options in requirements.txt f...q0w2023-01-063-5/+32
* Handle whitespace around requirements (#2779)Bernát Gábor2022-12-261-1/+1
* Support for --no-deps within deps (#2678)Bernát Gábor2022-12-111-5/+11
* Allow installing relative paths that go outside tox root folder (#2554)Sorin Sbarnea2022-11-291-3/+8
* PythonDeps: move `cli_only` handling logic to `_parse_requirements` (#2547)Masen Furer2022-11-252-6/+5
* Better selection support (#2290)Bernát Gábor2022-01-041-1/+1
* Drop python 3.6 support (#2275)Bernát Gábor2021-11-174-28/+33
* Update setup changelogBernát Gábor2021-11-161-1/+4
* Support for external packages and builders (#2235)Bernát Gábor2021-09-261-1/+3
* Expose the configuration load mechanism to plugins (#2217)Bernát Gábor2021-09-152-4/+4
* Bump formattersBernát Gábor2021-05-071-1/+1
* Allow hexadecimal characters only in --hash (#2024)Miroslav Šedivý2021-04-141-1/+1
* Fix requirements file rewrite (#2026)Bernát Gábor2021-04-132-93/+148
* Fix regex validation for SHA 512 hashes (#2020)Jürgen Gmach2021-04-121-1/+1
* Minor code improvements (#2017)Miroslav Šedivý2021-04-111-2/+2
* Port pip requirements.txt parser (#2009)Bernát Gábor2021-04-094-0/+527