mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Use importlib-metadata backport for getting version
This commit is contained in:
@@ -27,6 +27,7 @@ rich = "^12.0.0"
|
||||
#rich = {git = "git@github.com:willmcgugan/rich", rev = "link-id"}
|
||||
typing-extensions = { version = "^3.10.0", python = "<3.8" }
|
||||
click = "8.1.2"
|
||||
importlib-metadata = "^4.11.3"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
pytest = "^6.2.3"
|
||||
|
||||
Reference in New Issue
Block a user