1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00

Fixed #25277 -- Restored test dependency to the original python-memcached.

This commit is contained in:
Tim Graham 2017-12-18 10:37:43 -10:00
parent 1ef8b30abe
commit 770b9ea77f

View File

@ -7,7 +7,7 @@ numpy
Pillow
# pylibmc/libmemcached can't be built on Windows.
pylibmc; sys.platform != 'win32'
python3-memcached
python-memcached >= 1.59
pytz
PyYAML
selenium