cfdb4fa162
When running edit-constraints under python3.12 in devstack, there is a failure because the "distutils" module is missing. Move setuptools, which provides this module, from test-requirements.txt to requirements.txt. Change-Id: Ib1b23e3705ee87ac8aabd9c953920c3c80fd0143
8 lines
315 B
Plaintext
8 lines
315 B
Plaintext
fixtures>=3.0.0 # Apache-2.0/BSD
|
|
Parsley>=1.2 # MIT
|
|
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
|