mirror of
https://github.com/django/django.git
synced 2025-07-04 17:59:13 +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:
parent
12b685c61f
commit
c9ad858033
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user