Skip to content

Commit

Permalink
Fixup: pin pyproject versions at their current values to stabilize bl…
Browse files Browse the repository at this point in the history
…ack formatting
  • Loading branch information
lkk7 committed Apr 14, 2024
1 parent 2b969c9 commit 5c75f41
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,13 @@ Changelog = "https://github.com/pydot/pydot/blob/master/ChangeLog"

[project.optional-dependencies]
dev = [
'chardet',
'black',
'parameterized',
'chardet==5.2.0',
'black==24.1.1',
'tox==4.14.2',
'parameterized==0.9.0',
'unittest-parallel==1.6.1',
]
tests = [
'chardet',
'black',
'tox',
'parameterized',
'unittest-parallel',
]
release = ['zest.releaser[recommended]']
release = ['zest.releaser[recommended]==9.1.3']

[tool.black]
line-length = 79
Expand Down

0 comments on commit 5c75f41

Please sign in to comment.