Updating documentation to use redis.asyncio (#447)
* removing aioredis from documentation * fix: proper python 3.11 support (#446) * fix: propper python 3.11 support * fix tox config * wider python 3.x support * Update ci.yml Co-authored-by: dvora-h <67596500+dvora-h@users.noreply.github.com> * Add poetry.lock to .gitignore (#457) * Add poetry.lock to .gitignore * remove poetry.lock * PR comments readme update Co-authored-by: Yaraslau Zhylko <YaraslauZhylko@gmail.com> Co-authored-by: dvora-h <67596500+dvora-h@users.noreply.github.com>
This commit is contained in:
parent
1aa619e418
commit
6955225c08
6 changed files with 22 additions and 26 deletions
|
|
@ -37,7 +37,6 @@ include=[
|
|||
[tool.poetry.dependencies]
|
||||
python = ">=3.7,<4.0"
|
||||
redis = ">=3.5.3,<5.0.0"
|
||||
aioredis = "^2.0.0"
|
||||
pydantic = "^1.10.2"
|
||||
click = "^8.0.1"
|
||||
pptree = "^3.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue