We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1797e5a commit 2a676e1Copy full SHA for 2a676e1
stackl/cli/setup.py
@@ -8,7 +8,7 @@
8
py_modules=['stackl', 'commands', 'context'],
9
packages=find_packages(),
10
install_requires=[
11
- f'stackl-client==0.3.4dev', 'pyYAML==5.3', 'Click==7.0',
+ f'stackl-client==0.3.4dev', 'pyYAML==5.4', 'Click==7.0',
12
'mergedeep==1.3.0', 'tabulate==0.8.6', 'glom==19.10.0'
13
],
14
entry_points='''
0 commit comments