Skip to content

Commit 0a20b8b

Browse files
authored
fix: update setup.py (#18)
1 parent 02836cb commit 0a20b8b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ def get_version():
1515
"nltk==3.6.6",
1616
"odfpy==1.4.1",
1717
"pdfplumber==0.5.28",
18-
"slate3k==0.5.3",
1918
"tabulate==0.8.9",
19+
"tqdm==4.66.3",
20+
"slate3k @ git+https://github.com/Wazzabeee/slate3k#egg=slate3k",
2021
],
2122
extras_require={
2223
"lint": ["pylint==3.0.2", "mypy==1.7.1", "flake8==6.1.0", "black==24.3.0", "types-tabulate"],

0 commit comments

Comments
 (0)