Skip to content

Commit

Permalink
Merge pull request #11 from kabouzeid/patch-1
Browse files Browse the repository at this point in the history
Add setuptools into dep
  • Loading branch information
MarkHershey authored Nov 27, 2024
2 parents aa58b68 + 8ea3ed9 commit a7260e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ colorlog
pydantic
pypdf
requests
setuptools
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def update_version_file():
"pydantic",
"pypdf>=3.10.0",
"beautifulsoup4",
"setuptools",
],
extras_require={
"dev": [
Expand Down

0 comments on commit a7260e4

Please sign in to comment.