mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #32193 -- Removed python-memcached from test requirements.
Follow up to 05f3a6186e.
This commit is contained in:
@@ -11,8 +11,6 @@ Pillow >= 6.2.0
|
|||||||
# pylibmc/libmemcached can't be built on Windows.
|
# pylibmc/libmemcached can't be built on Windows.
|
||||||
pylibmc; sys.platform != 'win32'
|
pylibmc; sys.platform != 'win32'
|
||||||
pymemcache >= 3.4.0
|
pymemcache >= 3.4.0
|
||||||
# RemovedInDjango41Warning.
|
|
||||||
python-memcached >= 1.59
|
|
||||||
pytz
|
pytz
|
||||||
pywatchman; sys.platform != 'win32'
|
pywatchman; sys.platform != 'win32'
|
||||||
PyYAML
|
PyYAML
|
||||||
|
|||||||
Reference in New Issue
Block a user