From 439bf35b628fc6a8a9b29c0ffd453f7969f96057 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Mon, 21 Sep 2020 15:25:07 +0200 Subject: [PATCH] APT python memcache is PyPi memcached --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bf0917cc..46ef2f63 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,6 +13,6 @@ django-polymorphic~=2.0.3 djangorestframework~=3.9.0 django-rest-polymorphic~=0.1.9 django-tables2~=2.3.1 -python-memcache~=1.59 +python-memcached~=1.59 phonenumbers~=8.9.10 Pillow>=5.4.1