Skip to content

Commit

Permalink
list setuptools dependency in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
God-damnit-all authored Sep 29, 2023
1 parent a2a0cbf commit 339e37f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ requires-python = ">=3.6"
dependencies = [
"click>=8.0.3",
"pypdf>=3.0.0",
"setuptools>=68.2.2",
]
license = { file = "LICENSE" }
keywords = [ "pdf", "cli", "pypdf", "click" ]
Expand Down

0 comments on commit 339e37f

Please sign in to comment.