mirror of https://github.com/django/django.git
Refs #27132 -- Added pylibmc to test requirements.
This commit is contained in:
parent
ae98d40c35
commit
5d978c4621
|
@ -6,6 +6,8 @@ jinja2 >= 2.7
|
||||||
numpy
|
numpy
|
||||||
Pillow
|
Pillow
|
||||||
PyYAML
|
PyYAML
|
||||||
|
# pylibmc/libmemcached can't be built on Windows.
|
||||||
|
pylibmc; sys.platform != 'win32'
|
||||||
pytz > dev
|
pytz > dev
|
||||||
selenium
|
selenium
|
||||||
sqlparse
|
sqlparse
|
||||||
|
|
Loading…
Reference in New Issue