Skip to content
This repository was archived by the owner on Jul 21, 2023. It is now read-only.

Commit e0fa2f5

Browse files
committedApr 16, 2020
Forgot to add openstacksdk in previous commit.
1 parent caf6456 commit e0fa2f5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ libvirt-python
99
pyvmomi
1010
packaging
1111
python-openstackclient
12+
openstacksdk

‎setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
install_requires=[
2525
'pycurl',
2626
'libvirt-python',
27+
'openstacksdk',
2728
'pyvmomi',
2829
'packaging',
2930
# TODO: Uncomment this when it becomes available in pypi and also do

0 commit comments

Comments
 (0)
This repository has been archived.