1
0
mirror of https://github.com/django/django.git synced 2025-07-04 09:49:12 +00:00

[3.2.x] Pinned python-memcached == 1.59 in test requirements.

python-memcached 1.60 made breaking changes, e.g. _deletetouch() has
been removed.
This commit is contained in:
Mariusz Felisiak 2023-12-27 14:22:20 +01:00 committed by GitHub
parent 12b685c61f
commit c9ad858033
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ Pillow >= 6.2.0
pylibmc; sys.platform != 'win32' pylibmc; sys.platform != 'win32'
pymemcache >= 3.4.0 pymemcache >= 3.4.0
# RemovedInDjango41Warning. # RemovedInDjango41Warning.
python-memcached >= 1.59 python-memcached == 1.59
pytz pytz
pywatchman; sys.platform != 'win32' pywatchman; sys.platform != 'win32'
PyYAML PyYAML