Skip to content

Commit

Permalink
Merge pull request #3 from stfc/install_requirements
Browse files Browse the repository at this point in the history
MAINT: Add openstacksdk to setup.py
  • Loading branch information
gmatthews20 authored Dec 10, 2024
2 parents 46c6a9f + 51e9e50 commit 6c2f608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
long_description=LONG_DESCRIPTION,
packages=find_packages(),
python_requires=">=3.8",
install_requires=[],
install_requires=["openstacksdk", "tabulate"],
keywords=["python, openstack"],
)

0 comments on commit 6c2f608

Please sign in to comment.