Add the ability to read requirements and extras from pyproject.toml files, eventually allowing us to move away from requirements.txt files if we so choose. Tests are reworked to test this new functionality, with some minor cleanup to remove unused fixtures. Change-Id: I3335b5faac72e2e6962d0930eef0e3b704820bbe Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
8 lines
330 B
Plaintext
8 lines
330 B
Plaintext
fixtures>=3.0.0 # Apache-2.0/BSD
|
|
packaging!=20.5,!=20.6,!=20.7,>=16.5 # Apache-2.0
|
|
requests>=2.14.2 # Apache-2.0
|
|
PyYAML>=3.12 # MIT
|
|
beagle>=0.2.1 # Apache-2.0
|
|
setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0 # PSF/ZPL
|
|
tomli;python_version<'3.11' # MIT
|