From 2fc5634bf7a72e99d76b40d683620604d8024be9 Mon Sep 17 00:00:00 2001 From: Tuomas Suutari Date: Wed, 14 Feb 2018 21:15:20 +0200 Subject: [PATCH] requirements: Add python-memcached Memcached is used in production, so add it to requirements. This should have been part of commit a0431f1, which added drf-jwt-2fa, since it uses the Django cache framework. --- requirements.in | 3 ++- requirements.txt | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 12534c41..d2ce6474 100644 --- a/requirements.in +++ b/requirements.in @@ -23,5 +23,6 @@ lxml owslib # Misc -pytz django-cors-headers +python-memcached +pytz diff --git a/requirements.txt b/requirements.txt index 2c4e0b4b..75aeab63 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,8 +19,9 @@ psycopg2==2.7.3.2 pyjwt==1.5.3 # via djangorestframework-jwt pyproj==1.9.5.1 # via owslib python-dateutil==2.6.1 # via owslib +python-memcached==1.59 pytz==2017.3 raven==6.5.0 requests==2.18.4 # via owslib -six==1.11.0 # via django-environ, djangorestframework-gis, python-dateutil +six==1.11.0 # via django-environ, djangorestframework-gis, python-dateutil, python-memcached urllib3==1.22 # via requests