Skip to content

Commit 236ba79

Browse files
stgraceGBrawl
authored andcommitted
Fix stackl-client dependency in stackl-cli
1 parent 7747ed1 commit 236ba79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackl/cli/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
py_modules=['stackl', 'commands', 'context'],
99
packages=find_packages(),
1010
install_requires=[
11-
f'stackl-client==0.5.1', 'pyYAML==5.4.1', 'Click==7.0',
11+
f'stackl-client==0.5.0', 'pyYAML==5.4.1', 'Click==7.0',
1212
'mergedeep==1.3.0', 'tabulate==0.8.6', 'glom==19.10.0'
1313
],
1414
entry_points='''

0 commit comments

Comments
 (0)