Skip to content

Commit

Permalink
Merge pull request #7 from ImportTaste/list-setuptools
Browse files Browse the repository at this point in the history
List `setuptools` Dependency in `pyproject.toml`
  • Loading branch information
Tobi208 authored Oct 1, 2023
2 parents a2a0cbf + 339e37f commit ed8e353
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 ed8e353

Please sign in to comment.