Skip to content

Commit dad6a63

Browse files
committed
feat: update build tool
1 parent fb373c2 commit dad6a63

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,8 @@
3636
extras_require={
3737
"dev": ["check-manifest"],
3838
},
39+
install_requires=[
40+
"requests",
41+
"tqdm",
42+
],
3943
)

0 commit comments

Comments
 (0)