Adds hiredis extra to redis-py and updates everything

This commit is contained in:
Trenton H
2022-10-10 14:16:14 -07:00
parent dafefa33d6
commit fcdb1dc30c
2 changed files with 101 additions and 154 deletions

View File

@@ -28,7 +28,7 @@ python-dotenv = "*"
python-dateutil = "*"
python-magic = "*"
psycopg2 = "*"
redis = "*"
redis = {extras = ["hiredis"], version = "*"}
scikit-learn = "~=1.1"
# Pin this until piwheels is building 1.9 (see https://www.piwheels.org/project/scipy/)
scipy = "==1.8.1"