1
0
mirror of https://github.com/django/django.git synced 2025-04-04 21:46:40 +00:00

[1.10.x] Refs #27132 -- Added pylibmc to test requirements.

Backport of 5d978c46216df53884fbca590a9abe660a739774 from master
This commit is contained in:
Ed Morley 2016-08-29 16:28:02 +01:00 committed by Ed Morley
parent 5756edd46d
commit 547c7e6756

View File

@ -6,6 +6,8 @@ jinja2 >= 2.7
numpy
Pillow
PyYAML
# pylibmc/libmemcached can't be built on Windows.
pylibmc; sys.platform != 'win32'
pytz > dev
selenium
sqlparse