Fix lower_constraints and requirements

Change-Id: I6c232e80ed5975e156f6ddf34e9a8944ac35f2d6
This commit is contained in:
Erno Kuvaja 2020-12-18 11:11:40 +00:00
parent a34419aecd
commit d05024afc3
2 changed files with 12 additions and 4 deletions

View File

@ -1,6 +1,9 @@
alabaster==0.7.10
appdirs==1.4.3
attrs==17.4.0
Babel==2.3.4
boto3==1.9.199
botocore==1.12.253
certifi==2018.1.18
chardet==3.0.4
cliff==2.11.0
@ -15,6 +18,7 @@ eventlet==0.18.2
extras==1.0.0
fasteners==0.14.1
fixtures==3.0.0
flake8==3.7.9
future==0.16.0
gitdb2==2.0.3
GitPython==2.1.8
@ -24,11 +28,12 @@ idna==2.6
imagesize==1.0.0
iso8601==0.1.12
Jinja2==2.10
jmespath==0.7.1
jsonschema==3.2.0
keystoneauth1==3.4.0
linecache2==1.0.0
MarkupSafe==1.0
mccabe==0.2.1
mccabe==0.6.0
mock==2.0.0
monotonic==1.4
mox3==0.25.0
@ -37,16 +42,19 @@ netaddr==0.7.19
netifaces==0.10.6
os-brick==2.6.0
os-client-config==1.29.0
os-win==4.0.1
oslo.concurrency==3.26.0
oslo.config==5.2.0
oslo.context==2.22.0
oslo.i18n==3.15.3
oslo.log==3.36.0
oslo.privsep==1.23.0
oslo.rootwrap==5.8.0
oslo.serialization==2.18.0
oslo.service==1.41.1
oslotest==3.2.0
oslo.utils==4.7.0
oslo.vmware==2.17.0
packaging==17.1
Parsley==1.3
pbr==3.1.1
prettytable==0.7.2
@ -65,7 +73,7 @@ requestsexceptions==1.4.0
requests-mock==1.2.0
restructuredtext-lint==1.1.3
rfc3986==1.1.0
six==1.10.0
six==1.11.0
smmap2==2.0.3
snowballstemmer==1.2.1
stestr==2.0.0

View File

@ -8,7 +8,7 @@ oslo.utils>=4.7.0 # Apache-2.0
oslo.concurrency>=3.26.0 # Apache-2.0
stevedore>=1.20.0 # Apache-2.0
eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
six>=1.10.0 # MIT
six>=1.11.0 # MIT
jsonschema>=3.2.0 # MIT
keystoneauth1>=3.4.0 # Apache-2.0