Skip to content

Commit

Permalink
Repalce python-memcached with pymemcache (#682)
Browse files Browse the repository at this point in the history
* Repalce python-memcached with pylibmc

Fixes #665

* Replace 2nd instance of python-memcached.

* Use pure python implementation in pymemcache
  • Loading branch information
maxking authored Jan 24, 2024
1 parent 1fc0716 commit a3a20f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
4 changes: 2 additions & 2 deletions web/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -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' \
Expand Down

0 comments on commit a3a20f4

Please sign in to comment.