Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 27f2ff1

Browse files
committed
Fix dependencies
1 parent 8ea7435 commit 27f2ff1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
ansible==2.6.3
2-
python-selvpcclient==1.0.0
2+
python-selvpcclient==1.0
33
ipaddress==1.0.18

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
packages=["ansible/modules/selvpc",
1111
"ansible/module_utils/selvpc_utils"],
1212
install_requires=[
13-
'ansible',
14-
'python-selvpcclient'
15-
]
13+
'ansible==2.6.3',
14+
'python-selvpcclient==1.0'
15+
],
1616
)

0 commit comments

Comments
 (0)