Remove hiredis dependency

This commit is contained in:
Daniel Egger 2022-10-21 17:16:00 +02:00
parent a71e770496
commit e8386a71a8
3 changed files with 0 additions and 5 deletions

View File

@ -185,8 +185,6 @@ gunicorn==20.1.0
# via -r requirements.in
h11==0.13.0
# via uvicorn
hiredis==2.0.0
# via -r requirements.in
html5lib==1.1
# via wagtail
httptools==0.4.0

View File

@ -5,7 +5,6 @@ Pillow # https://github.com/python-pillow/Pillow
argon2-cffi # https://github.com/hynek/argon2_cffi
whitenoise # https://github.com/evansd/whitenoise
redis # https://github.com/redis/redis-py
hiredis # https://github.com/redis/hiredis-py
uvicorn[standard] # https://github.com/encode/uvicorn
environs

View File

@ -106,8 +106,6 @@ gunicorn==20.1.0
# via -r requirements.in
h11==0.13.0
# via uvicorn
hiredis==2.0.0
# via -r requirements.in
html5lib==1.1
# via wagtail
httptools==0.4.0