Skip to content

Commit

Permalink
Fix typo in setup.py (#13487)
Browse files Browse the repository at this point in the history
Co-authored-by: Ewa Marek <ewa.marek@nanoporetech.com>
Co-authored-by: Diego Molina <diemol@users.noreply.github.com>
  • Loading branch information
3 people committed Jan 23, 2024
1 parent 1e2b8d6 commit 91e7572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/setup.py
Expand Up @@ -72,7 +72,7 @@
'selenium.webdriver.support', ],
'include_package_data': True,
'install_requires': [
"typing_extension~= 4.9",
"typing_extensions~= 4.9",
"urllib3[socks]>=1.26,<3",
"trio~=0.17",
"trio-websocket~=0.9",
Expand Down

0 comments on commit 91e7572

Please sign in to comment.