Skip to content

Commit 6c6b791

Browse files
committed
Typing extensions are not only dev-requirements
1 parent 8cf3aa1 commit 6c6b791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ packages = [
4343

4444
[tool.poetry.dependencies]
4545
python = "^3.6"
46+
typing-extensions = { version = "^4.0", python = "<3.8" }
4647

4748
[tool.poetry.dev-dependencies]
4849
pytest = "^6.2"
@@ -54,7 +55,6 @@ pytest-benchmark = "^3.4"
5455
pytest-cov = "^3.0"
5556
pytest-describe = "^2.0"
5657
pytest-timeout = "^2.0"
57-
typing-extensions = { version = "^4.0", python = "<3.8" }
5858
black = [
5959
{version = "21.12b0", python = ">=3.6.2"},
6060
{version = "20.8b1", python = "<3.6.2"}

0 commit comments

Comments
 (0)