<feat>: add Redis dependency

This commit is contained in:
berrytern 2024-06-21 17:11:46 -03:00 committed by Gabriel Luiz Freitas Almeida
commit 795a2bd3df
2 changed files with 4 additions and 3 deletions

View file

@ -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'" }