We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1c6a57 commit 1609e97Copy full SHA for 1609e97
1 file changed
setup.py
@@ -22,7 +22,7 @@
22
from jdcloud_cli.version import VERSION
23
24
install_requires = ['websocket-client', 'jmespath>=0.6.1,<=0.7.1', 'configparser', 'requests',
25
- 'argcomplete', 'argparse', 'jdcloud_sdk', 'pyyaml', 'jinja2']
+ 'argcomplete', 'argparse', 'jdcloud_sdk==1.2.18', 'pyyaml', 'jinja2']
26
27
28
setup(
0 commit comments