Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
bagel897 committed Jul 31, 2022
1 parent df511c5 commit b916928
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 @@ -35,7 +35,6 @@ gen_docs = [
dev = [
'pytoolconfig[validation, global, doc, gen_docs]',
'pytest>=7.0.1',
'pdm-publish>=0.2.1',
'mypy>=0.950',
'types-tabulate>=0.8.9',
'pre-commit>=2.19.0',
Expand Down Expand Up @@ -79,5 +78,5 @@ plugins = 'pydantic.mypy'
strict = true

[build-system]
requires = ['pdm-pep517>=0.12.0']
requires = ['pdm-pep517>=1.0.0']
build-backend = 'pdm.pep517.api'

0 comments on commit b916928

Please sign in to comment.