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

Backport of 5d978c4621 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
1 changed files with 2 additions and 0 deletions

View File

@ -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