Use importlib-metadata backport for getting version

This commit is contained in:
Darren Burns
2022-04-19 13:56:19 +01:00
parent 70559a8be5
commit 0dfa225281
6 changed files with 8 additions and 9 deletions

View File

@@ -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"