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 46c6a9f + 51e9e50 commit 6c2f608Copy full SHA for 6c2f608
setup.py
@@ -14,6 +14,6 @@
14
long_description=LONG_DESCRIPTION,
15
packages=find_packages(),
16
python_requires=">=3.8",
17
- install_requires=[],
+ install_requires=["openstacksdk", "tabulate"],
18
keywords=["python, openstack"],
19
)
0 commit comments