Skip to content

Commit

Permalink
Updated setup to include all necessary pacages
Browse files Browse the repository at this point in the history
  • Loading branch information
seahyc committed Sep 18, 2024
1 parent a200b6e commit 495d546
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,30 @@ def get_version():
python_requires='>=3.7, <3.9', # Specify Python version constraint
install_requires=[
"camelot-py==0.11.0",
"cffi==1.17.1",
"chardet==5.2.0",
"charset-normalizer==3.3.2",
"click==8.1.7",
"cryptography==43.0.1",
"et-xmlfile==1.1.0",
"ghostscript==0.7",
"importlib_resources==6.4.5",
"numpy==1.24.4",
"opencv-python==4.10.0.84",
"openpyxl==3.1.5",
"pandas==2.0.3",
"pdfminer.six==20240706",
"pdftopng==0.2.3",
"pycountry==24.6.1",
"pycparser==2.22",
"pypdf==4.3.1",
"python-dateutil==2.9.0.post0",
"pytz==2024.1",
"six==1.16.0",
"tabulate==0.9.0",
"typing_extensions==4.12.2",
"tzdata==2024.1",
"zipp==3.20.2",
],
entry_points={
"console_scripts": [
Expand Down

0 comments on commit 495d546

Please sign in to comment.