Skip to content

Commit

Permalink
Update install_requires (#3109)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvora-h committed Feb 25, 2024
1 parent 5dff4ef commit 3b18dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
install_requires=[
'importlib-metadata >= 1.0; python_version < "3.8"',
'typing-extensions; python_version<"3.8"',
'async-timeout>=4.0.2; python_full_version<="3.11.2"',
'async-timeout>=4.0.3',
],
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit 3b18dc0

Please sign in to comment.