<feat>: add Redis dependency
This commit is contained in:
parent
ab78d0aec6
commit
795a2bd3df
2 changed files with 4 additions and 3 deletions
|
|
@ -52,7 +52,7 @@ psycopg = "^3.1.9"
|
|||
psycopg-binary = "^3.1.9"
|
||||
fastavro = "^1.8.0"
|
||||
celery = { extras = ["redis"], version = "^5.3.6", optional = true }
|
||||
redis = { version = "^5.0.1", optional = true }
|
||||
redis = "^5.0.1"
|
||||
flower = { version = "^2.0.0", optional = true }
|
||||
metaphor-python = "^0.1.11"
|
||||
pywin32 = { version = "^306", markers = "sys_platform == 'win32'" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue