Repalce python-memcached with pymemcache (#682)

* Repalce python-memcached with pylibmc

Fixes #665

* Replace 2nd instance of python-memcached.

* Use pure python implementation in pymemcache
This commit is contained in:
Abhilash Raj
2024-01-24 13:05:04 +05:30
committed by GitHub
parent 1fc0716564
commit a3a20f4cdb
2 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ RUN --mount=type=cache,target=/root/.cache \
typing \
xapian-haystack \
django-auth-ldap \
python-memcached \
pymemcache \
diskcache \
django-utils-six \
tzdata \

View File

@@ -28,8 +28,8 @@ RUN --mount=type=cache,target=/root/.cache \
mysqlclient \
xapian-haystack \
django-auth-ldap \
python-memcached \
tzdata \
pymemcache \
tzdata \
diskcache \
django-utils-six \
&& python3 -m pip install --break-system-packages -U 'Django<4.2' \