Remove hiredis dependency
This commit is contained in:
parent
a71e770496
commit
e8386a71a8
|
|
@ -185,8 +185,6 @@ gunicorn==20.1.0
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
h11==0.13.0
|
h11==0.13.0
|
||||||
# via uvicorn
|
# via uvicorn
|
||||||
hiredis==2.0.0
|
|
||||||
# via -r requirements.in
|
|
||||||
html5lib==1.1
|
html5lib==1.1
|
||||||
# via wagtail
|
# via wagtail
|
||||||
httptools==0.4.0
|
httptools==0.4.0
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,6 @@ Pillow # https://github.com/python-pillow/Pillow
|
||||||
argon2-cffi # https://github.com/hynek/argon2_cffi
|
argon2-cffi # https://github.com/hynek/argon2_cffi
|
||||||
whitenoise # https://github.com/evansd/whitenoise
|
whitenoise # https://github.com/evansd/whitenoise
|
||||||
redis # https://github.com/redis/redis-py
|
redis # https://github.com/redis/redis-py
|
||||||
hiredis # https://github.com/redis/hiredis-py
|
|
||||||
uvicorn[standard] # https://github.com/encode/uvicorn
|
uvicorn[standard] # https://github.com/encode/uvicorn
|
||||||
environs
|
environs
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -106,8 +106,6 @@ gunicorn==20.1.0
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
h11==0.13.0
|
h11==0.13.0
|
||||||
# via uvicorn
|
# via uvicorn
|
||||||
hiredis==2.0.0
|
|
||||||
# via -r requirements.in
|
|
||||||
html5lib==1.1
|
html5lib==1.1
|
||||||
# via wagtail
|
# via wagtail
|
||||||
httptools==0.4.0
|
httptools==0.4.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue