Uncap library requirements for liberty
Change-Id: I86914b57e7bc8f7e525cc9f67a243c476d4fcd21 Depends-On: Ib948b756b8e6ca47a4c9c44c48031e54b7386a06
This commit is contained in:
parent
9c7949cdb2
commit
0a94d68e14
@ -20,7 +20,7 @@ enum34
|
|||||||
networkx>=1.8
|
networkx>=1.8
|
||||||
|
|
||||||
# Used for backend storage engine loading.
|
# Used for backend storage engine loading.
|
||||||
stevedore>=1.3.0,<1.4.0 # Apache-2.0
|
stevedore>=1.3.0 # Apache-2.0
|
||||||
|
|
||||||
# Backport for concurrent.futures which exists in 3.2+
|
# Backport for concurrent.futures which exists in 3.2+
|
||||||
futures>=2.1.6
|
futures>=2.1.6
|
||||||
@ -29,8 +29,8 @@ futures>=2.1.6
|
|||||||
jsonschema>=2.0.0,<3.0.0
|
jsonschema>=2.0.0,<3.0.0
|
||||||
|
|
||||||
# For common utilities
|
# For common utilities
|
||||||
oslo.utils>=1.4.0,<1.5.0 # Apache-2.0
|
oslo.utils>=1.4.0 # Apache-2.0
|
||||||
oslo.serialization>=1.4.0,<1.5.0 # Apache-2.0
|
oslo.serialization>=1.4.0 # Apache-2.0
|
||||||
|
|
||||||
# For deprecation of things
|
# For deprecation of things
|
||||||
debtcollector>=0.3.0,<0.4.0 # Apache-2.0
|
debtcollector>=0.3.0 # Apache-2.0
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
# process, which may cause wedges in the gate later.
|
# process, which may cause wedges in the gate later.
|
||||||
|
|
||||||
hacking<0.11,>=0.10.0
|
hacking<0.11,>=0.10.0
|
||||||
oslotest>=1.5.1,<1.6.0 # Apache-2.0
|
oslotest>=1.5.1 # Apache-2.0
|
||||||
mock>=1.0
|
mock>=1.0
|
||||||
testtools>=0.9.36,!=1.2.0
|
testtools>=0.9.36,!=1.2.0
|
||||||
testscenarios>=0.4
|
testscenarios>=0.4
|
||||||
@ -30,4 +30,4 @@ psycopg2
|
|||||||
|
|
||||||
# Docs build jobs need these packages.
|
# Docs build jobs need these packages.
|
||||||
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
|
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
|
||||||
oslosphinx>=2.5.0,<2.6.0 # Apache-2.0
|
oslosphinx>=2.5.0 # Apache-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user