Skip to content

Commit 5c110e5

Browse files
committed
Add typing_extensions to the dependencies
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 086d56b commit 5c110e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ dependencies = [
3838
"sympy >= 1.10.1, < 2",
3939
"toml >= 0.10",
4040
"tqdm >= 4.38.0, < 5",
41+
"typing_extensions >= 4.4.0, < 5",
4142
"watchfiles >= 0.15.0",
4243
]
4344
dynamic = [ "version" ]

0 commit comments

Comments
 (0)