Remplace memcached par Redis

This commit is contained in:
Emmanuel Viennet 2021-07-27 15:56:24 +03:00
parent 3b5b449a8a
commit 2449d65957

View File

@ -40,7 +40,6 @@ psycopg2==2.9.1
py==1.10.0 py==1.10.0
pycparser==2.20 pycparser==2.20
pydot==1.4.2 pydot==1.4.2
pylibmc==1.6.1
pyOpenSSL==20.0.1 pyOpenSSL==20.0.1
pyparsing==2.4.7 pyparsing==2.4.7
PyRSS2Gen==1.1 PyRSS2Gen==1.1
@ -49,8 +48,10 @@ python-dateutil==2.8.2
python-dotenv==0.18.0 python-dotenv==0.18.0
python-editor==1.0.4 python-editor==1.0.4
pytz==2021.1 pytz==2021.1
redis==3.5.3
reportlab==3.5.68 reportlab==3.5.68
requests==2.26.0 requests==2.26.0
rq==1.9.0
six==1.16.0 six==1.16.0
SQLAlchemy==1.4.22 SQLAlchemy==1.4.22
toml==0.10.2 toml==0.10.2