Skip to content

Commit 438ca03

Browse files
committed
fix: add typing_extensions install to setup
1 parent 1f3889c commit 438ca03

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"certifi>=2023.7.22",
2828
"python-dateutil>=2.5.3",
2929
"urllib3>=1.23",
30-
"cryptography"
30+
"cryptography",
31+
"typing_extensions>=4.5"
3132
]
3233

3334

template/setup.mustache

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ REQUIRES = [
2222
"certifi>=2023.7.22",
2323
"python-dateutil>=2.5.3",
2424
"urllib3>=1.23",
25-
"cryptography"
25+
"cryptography",
26+
"typing_extensions>=4.5"
2627
]
2728

2829
{{#asyncio}}

0 commit comments

Comments
 (0)