mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Restricting black dependency
This commit is contained in:
@@ -22,7 +22,7 @@ classifiers = [
|
||||
"Typing :: Typed",
|
||||
]
|
||||
include = [
|
||||
"src/textual/py.typed"
|
||||
"src/textual/py.typed"
|
||||
]
|
||||
|
||||
[tool.poetry.scripts]
|
||||
@@ -46,7 +46,7 @@ dev = ["aiohttp", "click", "msgpack"]
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
pytest = "^7.1.3"
|
||||
black = "^22.3.0"
|
||||
black = "^22.3.0,<22.10.0" # macos wheel issue on 22.10
|
||||
mypy = "^0.990"
|
||||
pytest-cov = "^2.12.1"
|
||||
mkdocs = "^1.3.0"
|
||||
|
||||
Reference in New Issue
Block a user