Skip to content

Commit 1ae03b7

Browse files
authored
Merge pull request #1 from njzjz/add-deps
add deps to install_requires
2 parents e428145 + 710ea32 commit 1ae03b7

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

setup.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,15 @@ def read_file(filename):
2424
# include .txt all of them
2525
"": ["*.txt"]
2626
},
27-
install_requires=[],
27+
install_requires=[
28+
"distro",
29+
"httpx",
30+
"typing_extensions",
31+
"anyio",
32+
"humps",
33+
"requests",
34+
"tqdm",
35+
],
2836
python_requires=">=3.7",
2937
entry_points={},
3038
)

0 commit comments

Comments
 (0)