Skip to content

Commit

Permalink
redis
Browse files Browse the repository at this point in the history
  • Loading branch information
phenobarbital committed Dec 6, 2023
1 parent dba38d2 commit 96f7132
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def readme():
"influxdb==5.3.1",
"influxdb-client[async]==1.39.0",
"pymssql==2.2.7",
"redis==4.5.5",
"redis==5.0.1",
"duckdb==0.8.1",
"deltalake==0.13.0"
],
Expand All @@ -162,7 +162,7 @@ def readme():
"redis": [
"jsonpath-rw==1.4.0",
"jsonpath-rw-ext==1.2.2",
"redis==4.5.5",
"redis==5.0.1",
"aioredis==2.0.1",
"hiredis==2.2.3",
"objectpath==0.6.1",
Expand Down Expand Up @@ -242,7 +242,7 @@ def readme():
"jsonpath-rw==1.4.0",
"jsonpath-rw-ext==1.2.2",
"aioredis==2.0.1",
"redis==4.5.5",
"redis==5.0.1",
"objectpath==0.6.1",
"rethinkdb==2.4.9",
"aiopg==1.4.0",
Expand Down

0 comments on commit 96f7132

Please sign in to comment.