Skip to content

Commit

Permalink
fix: update setup.py (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wazzabeee authored May 4, 2024
1 parent 02836cb commit 0a20b8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ def get_version():
"nltk==3.6.6",
"odfpy==1.4.1",
"pdfplumber==0.5.28",
"slate3k==0.5.3",
"tabulate==0.8.9",
"tqdm==4.66.3",
"slate3k @ git+https://github.com/Wazzabeee/slate3k#egg=slate3k",
],
extras_require={
"lint": ["pylint==3.0.2", "mypy==1.7.1", "flake8==6.1.0", "black==24.3.0", "types-tabulate"],
Expand Down

0 comments on commit 0a20b8b

Please sign in to comment.