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 f8b9f37 commit 8c0b4d9Copy full SHA for 8c0b4d9
setup.py
@@ -19,7 +19,7 @@
19
with open(path.join(NAME, '_date.py'), 'w') as fp :
20
fp.write('date = \'%s\'' % today)
21
22
-install_requires=['paramiko', 'dargs>=0.2.6', 'requests']
+install_requires=['paramiko', 'dargs>=0.2.6', 'requests', 'tqdm']
23
24
setuptools.setup(
25
name=NAME,
0 commit comments