Skip to content

Commit

Permalink
Added pyparsing to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bcorfman committed Aug 29, 2023
1 parent 4c039ac commit ef7de16
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ authors = [
]
dependencies = [
"charset-normalizer>=2.1.1",
"pyparsing>=3.1.1",
]
requires-python = ">=3.9"
license = {text = "MIT"}
[project.optional-dependencies]

[build-system]
requires = ["pdm-pep517>=1.0.0"]
build-backend = "pdm.pep517.api"
Expand Down

0 comments on commit ef7de16

Please sign in to comment.