Skip to content

Commit

Permalink
move typing_extensions into main dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyNikiforov authored May 23, 2024
1 parent 883afdb commit 2663ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ dependencies = [
"tqdm==4.66.0",
"piexif==1.1.3",
"urllib3==1.26.16",
"typing_extensions==4.11.0"
# from pyicloud_ipd
"six==1.16.0",
"tzlocal==4.3.1",
Expand All @@ -44,7 +45,6 @@ dev = [
"twine==4.0.2",
"pyinstaller==6.7.0",
"wheel==0.42.0",
"typing_extensions==4.11.0"
]
devlinux = [
"auditwheel==5.4.0",
Expand Down

0 comments on commit 2663ade

Please sign in to comment.