mirror of
https://github.com/django/django.git
synced 2025-10-29 00:26:07 +00:00
[2.0.x] Fixed #25277 -- Restored test dependency to the original python-memcached.
Backport of 770b9ea77f from master
This commit is contained in:
@@ -7,7 +7,7 @@ numpy
|
|||||||
Pillow
|
Pillow
|
||||||
# pylibmc/libmemcached can't be built on Windows.
|
# pylibmc/libmemcached can't be built on Windows.
|
||||||
pylibmc; sys.platform != 'win32'
|
pylibmc; sys.platform != 'win32'
|
||||||
python3-memcached
|
python-memcached >= 1.59
|
||||||
pytz
|
pytz
|
||||||
PyYAML
|
PyYAML
|
||||||
selenium
|
selenium
|
||||||
|
|||||||
Reference in New Issue
Block a user