Skip to content

Commit

Permalink
Fix typo in setup.py
Browse files Browse the repository at this point in the history
Fixes #13486
  • Loading branch information
Jakub-CZ committed Jan 23, 2024
1 parent 9a044b8 commit 9fa6960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
'selenium.webdriver.support', ],
'include_package_data': True,
'install_requires': [
"typing_extensions~= 4.9",
"typing-extensions~= 4.9",
"urllib3[socks]>=1.26,<3",
"trio~=0.17",
"trio-websocket~=0.9",
Expand Down

0 comments on commit 9fa6960

Please sign in to comment.