requirements

This commit is contained in:
Will McGugan
2021-08-06 12:43:33 +01:00
parent 07f95f96de
commit 52f006a36d

View File

@@ -21,8 +21,8 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.7"
#rich = "^10.6.0"
rich = {git = "git@github.com:willmcgugan/rich", rev = "link-id"}
rich = "^10.7.0"
#rich = {git = "git@github.com:willmcgugan/rich", rev = "link-id"}
typing-extensions = { version = "^3.10.0", python = "<3.8" }
[tool.poetry.dev-dependencies]