We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1de613 + c934d13 commit 0ffed0fCopy full SHA for 0ffed0f
requirements.txt
@@ -30,6 +30,9 @@ Jinja2>=2.6 # BSD License (3 clause)
30
six>=1.9.0
31
dnspython>=1.12.0
32
psutil>=1.1.1,<2.0.0
33
+# osc-lib-4.0.0 introduced typing hints making it incompatible with py38.
34
+# https://github.com/openstack/osc-lib/commit/3d221e5992a74d6bb7d1b725e43015b8c87b9718
35
+osc-lib<4.0.0; python_version <= '3.8'
36
python-openstackclient>=3.14.0
37
aodhclient
38
gnocchiclient>=7.0.5,<8.0.0
setup.py
@@ -46,6 +46,7 @@
46
'PyYAML',
47
'tenacity',
48
'oslo.config<6.12.0',
49
+ 'osc-lib<4.0.0', # needed for py38
50
'aodhclient',
51
'gnocchiclient>=7.0.5,<8.0.0',
52
'pika>=1.1.0,<2.0.0',
0 commit comments