mirror of
https://github.com/django/django.git
synced 2025-07-22 18:49:25 +00:00
[1.11.x] Fixed #25277 -- Restored test dependency to the original python-memcached.
Backport of 770b9ea77fb5e39d616e62b54c06755e6d4f4d36 from master
This commit is contained in:
parent
3522203502
commit
06e4e80382
@ -8,6 +8,7 @@ Pillow
|
|||||||
PyYAML
|
PyYAML
|
||||||
# pylibmc/libmemcached can't be built on Windows.
|
# pylibmc/libmemcached can't be built on Windows.
|
||||||
pylibmc; sys.platform != 'win32'
|
pylibmc; sys.platform != 'win32'
|
||||||
|
python-memcached >= 1.59
|
||||||
pytz
|
pytz
|
||||||
selenium
|
selenium
|
||||||
sqlparse
|
sqlparse
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
-r base.txt
|
-r base.txt
|
||||||
enum34
|
enum34
|
||||||
# Due to https://github.com/linsomniac/python-memcached/issues/79 in newer versions.
|
|
||||||
python-memcached <= 1.53
|
|
||||||
mock
|
mock
|
||||||
|
@ -1,2 +1 @@
|
|||||||
-r base.txt
|
-r base.txt
|
||||||
python3-memcached
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user