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 Jan 15, 2024
1 parent 562152b commit 908f2a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
author_email="oss@redis.com",
python_requires=">=3.8",
install_requires=[
'async-timeout>=4.0.2; python_full_version<="3.11.2"',
'typing-extensions; python_version<"3.8"',
'async-timeout>=4.0.3',
],
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit 908f2a5

Please sign in to comment.