Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4dc503a

Browse files
authored
add missing 'typing-extensions' dependency. (#73)
This fixes the tox tests, and makes autotyping usable via pipx.
1 parent f6157e6 commit 4dc503a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ classifiers = [
2727
]
2828
dependencies = [
2929
"libcst",
30+
"typing-extensions",
3031
]
3132

3233
[project.scripts]

0 commit comments

Comments
 (0)