11[tool .poetry ]
22name = " textual"
3- version = " 0.32 .0"
3+ version = " 0.33 .0"
44homepage = " https://github.com/Textualize/textual"
55description = " Modern Text User Interface framework"
66authors = [
" Will McGugan <[email protected] >" ]
@@ -30,13 +30,13 @@ include = [
3030 # it also seems like exclude trumps include. So here we specify that we
3131 # want to package up the content of the docs-offline directory in a way
3232 # that works around that.
33- { path = " docs-offline/**/*" , format = " sdist" }
33+ { path = " docs-offline/**/*" , format = " sdist" },
3434]
3535
3636[tool .poetry .dependencies ]
3737python = " ^3.7"
3838rich = " >=13.3.3"
39- markdown-it-py = {extras = [" plugins" , " linkify" ], version = " >=2.1.0" }
39+ markdown-it-py = { extras = [" plugins" , " linkify" ], version = " >=2.1.0" }
4040# rich = {path="../rich", develop=true}
4141importlib-metadata = " >=4.11.3"
4242typing-extensions = " ^4.4.0"
@@ -47,7 +47,7 @@ black = "^23.1.0"
4747mypy = " ^1.0.0"
4848pytest-cov = " ^2.12.1"
4949mkdocs = " ^1.3.0"
50- mkdocstrings = {extras = [" python" ], version = " ^0.20.0" }
50+ mkdocstrings = { extras = [" python" ], version = " ^0.20.0" }
5151mkdocstrings-python = " 0.10.1"
5252mkdocs-material = " ^9.0.11"
5353mkdocs-exclude = " ^1.0.2"
0 commit comments