mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 10:25:47 +02:00
fix(requirements): conflicting dependencies redis and redis-om (#2079)
This commit is contained in:
parent
b655fc7415
commit
af622f6a52
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ pluggy==1.0.0
|
||||||
py==1.11.0
|
py==1.11.0
|
||||||
pyparsing==3.0.9
|
pyparsing==3.0.9
|
||||||
pytest==7.1.2
|
pytest==7.1.2
|
||||||
redis==5.0.0
|
redis==4.6.0
|
||||||
tomli==2.0.1
|
tomli==2.0.1
|
||||||
wrapt==1.14.1
|
wrapt==1.14.1
|
||||||
pytest-asyncio==0.20.1
|
pytest-asyncio==0.20.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue