Skip to content

Commit

Permalink
Fix stackl-client dependency in stackl-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
stgrace authored and GBrawl committed Jul 9, 2021
1 parent 7747ed1 commit 236ba79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stackl/cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
py_modules=['stackl', 'commands', 'context'],
packages=find_packages(),
install_requires=[
f'stackl-client==0.5.1', 'pyYAML==5.4.1', 'Click==7.0',
f'stackl-client==0.5.0', 'pyYAML==5.4.1', 'Click==7.0',
'mergedeep==1.3.0', 'tabulate==0.8.6', 'glom==19.10.0'
],
entry_points='''
Expand Down

0 comments on commit 236ba79

Please sign in to comment.