Revert pyproject.toml to appease poetry

This commit is contained in:
Micah Jerome Ellison 2024-05-20 21:09:01 -07:00 committed by GitHub
parent 3fecd47037
commit a7fd316c02
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,7 +42,7 @@ rich = ">=12.2.0, <14.0.0"
tzlocal = ">=4.0" # https://github.com/regebro/tzlocal/blob/master/CHANGES.txt tzlocal = ">=4.0" # https://github.com/regebro/tzlocal/blob/master/CHANGES.txt
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
black = { version = ">=23.11.0", allow-prereleases = true } black = { version = ">=21.5b2", allow-prereleases = true }
ipdb = "*" ipdb = "*"
mkdocs = ">=1.4" mkdocs = ">=1.4"
parse-type = ">=0.6.0" parse-type = ">=0.6.0"