We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cf3aa1 commit 6c6b791Copy full SHA for 6c6b791
pyproject.toml
@@ -43,6 +43,7 @@ packages = [
43
44
[tool.poetry.dependencies]
45
python = "^3.6"
46
+typing-extensions = { version = "^4.0", python = "<3.8" }
47
48
[tool.poetry.dev-dependencies]
49
pytest = "^6.2"
@@ -54,7 +55,6 @@ pytest-benchmark = "^3.4"
54
55
pytest-cov = "^3.0"
56
pytest-describe = "^2.0"
57
pytest-timeout = "^2.0"
-typing-extensions = { version = "^4.0", python = "<3.8" }
58
black = [
59
{version = "21.12b0", python = ">=3.6.2"},
60
{version = "20.8b1", python = "<3.6.2"}
0 commit comments