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 authored and vladvildanov committed Sep 27, 2024
1 parent f70cabb commit 652012a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,10 @@
},
author="Redis Inc.",
author_email="[email protected]",
python_requires=">=3.7",
python_requires=">=3.8",
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 All @@ -49,7 +48,6 @@
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand Down

0 comments on commit 652012a

Please sign in to comment.