Skip to content

Commit

Permalink
Workflow obviated need for packaging as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathfulSpatula committed Jun 17, 2024
1 parent c24208b commit f23068f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@
with open(README_PATH) as readme_file:
README = readme_file.read()

# These are technically modules included in the language standard by PEP,
# but some systems opt not to implement those PEPs.
# This is technically a module included in the language standard by PEP,
# but some systems might opt not to implement any particular PEP.
requirements = [
"packaging",
"pathlib"
]

Expand Down

0 comments on commit f23068f

Please sign in to comment.