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:
@@ -24,7 +24,7 @@ RUN --mount=type=cache,target=/root/.cache \
|
|||||||
typing \
|
typing \
|
||||||
xapian-haystack \
|
xapian-haystack \
|
||||||
django-auth-ldap \
|
django-auth-ldap \
|
||||||
python-memcached \
|
pymemcache \
|
||||||
diskcache \
|
diskcache \
|
||||||
django-utils-six \
|
django-utils-six \
|
||||||
tzdata \
|
tzdata \
|
||||||
|
|||||||
@@ -28,8 +28,8 @@ RUN --mount=type=cache,target=/root/.cache \
|
|||||||
mysqlclient \
|
mysqlclient \
|
||||||
xapian-haystack \
|
xapian-haystack \
|
||||||
django-auth-ldap \
|
django-auth-ldap \
|
||||||
python-memcached \
|
pymemcache \
|
||||||
tzdata \
|
tzdata \
|
||||||
diskcache \
|
diskcache \
|
||||||
django-utils-six \
|
django-utils-six \
|
||||||
&& python3 -m pip install --break-system-packages -U 'Django<4.2' \
|
&& python3 -m pip install --break-system-packages -U 'Django<4.2' \
|
||||||
|
|||||||
Reference in New Issue
Block a user