44d8937148
This is totally broken with the pip 20.3 resolver. Attempts to fix the lower-constraints file manually didn't work out, so start specifying only the direct dependencies here, relying on upper-constraints for the given release to restrict everything else. Two dependencies, python-subunit and testrepository, are removed as these are no longer necessary. Another, hacking, is moved to 'tox.ini' since we're not managing this via the u-c system and don't need this here. Change-Id: I4bdc0d422813ecee1566256ec237d34f200406ee Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
23 lines
383 B
Plaintext
23 lines
383 B
Plaintext
# from requirements.txt
|
|
|
|
pbr==2.0.0
|
|
netaddr==0.7.18
|
|
oslo.concurrency==3.20.0
|
|
oslo.config==5.1.0
|
|
oslo.log==3.30.0
|
|
oslo.i18n==3.15.3
|
|
oslo.privsep==1.23.0
|
|
oslo.versionedobjects==1.28.0
|
|
ovsdbapp==0.12.1
|
|
pyroute2==0.5.2;sys_platform!='win32'
|
|
stevedore==1.20.0
|
|
debtcollector==1.19.0
|
|
|
|
# from test-requirements.txt
|
|
|
|
coverage==4.0
|
|
oslotest==1.10.0
|
|
ovs==2.9.2
|
|
stestr==1.0.0
|
|
testscenarios==0.4
|