Skip to content

Commit

Permalink
remove optional dependency aioredis
Browse files Browse the repository at this point in the history
The functionality was integrated into redis.
  • Loading branch information
dotlambda authored Mar 5, 2024
1 parent 1c9e36b commit 653f81a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ Issues = "https://github.com/eternnoir/pyTelegramBotAPI/issues"
[project.optional-dependencies]
json = ["ujson"]
PIL = ["Pillow"]
redis = ["redis>=3.4.1"]
aioredis = ["aioredis"]
redis = ["redis>=4.2.0"]
aiohttp = ["aiohttp"]
fastapi = ["fastapi"]
uvicorn = ["uvicorn"]
Expand Down

0 comments on commit 653f81a

Please sign in to comment.