Skip to content

Commit

Permalink
Revert pyproject.toml to appease poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
micahellison authored May 21, 2024
1 parent 3fecd47 commit a7fd316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ rich = ">=12.2.0, <14.0.0"
tzlocal = ">=4.0" # https://github.com/regebro/tzlocal/blob/master/CHANGES.txt

[tool.poetry.dev-dependencies]
black = { version = ">=23.11.0", allow-prereleases = true }
black = { version = ">=21.5b2", allow-prereleases = true }
ipdb = "*"
mkdocs = ">=1.4"
parse-type = ">=0.6.0"
Expand Down

0 comments on commit a7fd316

Please sign in to comment.