From d7ff8db5ca48588aee00e1e48728f2b54cbbaf40 Mon Sep 17 00:00:00 2001 From: Julian Perelli Date: Thu, 27 Jun 2024 13:43:16 +0200 Subject: [PATCH] readd prod memcache --- requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/production.txt b/requirements/production.txt index d9e1e81c..cfd2a48f 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -7,5 +7,5 @@ uvicorn==0.19.0 psycopg2==2.9.5 --no-binary psycopg2 # https://github.com/psycopg/psycopg2 Collectfast==2.2.0 # https://github.com/antonagestam/collectfast -# python-memcached==1.59 # https://github.com/linsomniac/python-memcached +python-memcached==1.62 # https://github.com/linsomniac/python-memcached sentry-sdk[django]==2.7.0