Skip to content

Commit abc8cca

Browse files
committed
wip
1 parent ebd33f8 commit abc8cca

2 files changed

Lines changed: 19 additions & 4 deletions

File tree

poetry.lock

Lines changed: 15 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ pytest-rerunfailures = [
7575
]
7676
async-case = { version = "^10.1.0", python = "~3.7" }
7777
tokenize_rt = "*"
78+
typing-extensions = [
79+
{ version = "4.6.0", python = "~3.7" },
80+
{ version = "*", python = "^3.8" },
81+
]
7882

7983
[build-system]
8084
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)