Skip to content

Commit 8c0b4d9

Browse files
committed
add tqdm
1 parent f8b9f37 commit 8c0b4d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
with open(path.join(NAME, '_date.py'), 'w') as fp :
2020
fp.write('date = \'%s\'' % today)
2121

22-
install_requires=['paramiko', 'dargs>=0.2.6', 'requests']
22+
install_requires=['paramiko', 'dargs>=0.2.6', 'requests', 'tqdm']
2323

2424
setuptools.setup(
2525
name=NAME,

0 commit comments

Comments
 (0)