Add python-memcached library to test-requirements.txt

Horizon uses python-memcached while running "tox -e runserver"
so we need to add it to test-requirement.txt as well as
lower-constraints.txt.

Change-Id: I4319cf1a54310171baf1dbaf2e10acae8123dac6
This commit is contained in:
manchandavishal 2019-02-28 08:10:11 +00:00 committed by Vishal Manchanda
parent 396ee88ef2
commit 4e8e907986
2 changed files with 2 additions and 0 deletions

View File

@ -95,6 +95,7 @@ python-cinderclient==3.3.0
python-dateutil==2.5.3
python-glanceclient==2.8.0
python-keystoneclient==3.15.0
python-memcached==1.59
python-mimeparse==1.6.0
python-neutronclient==6.7.0
python-novaclient==9.1.0

View File

@ -17,6 +17,7 @@ flake8-import-order==0.12 # LGPLv3
mock>=2.0.0 # BSD
mox3>=0.20.0 # Apache-2.0
nodeenv>=0.9.4 # BSD
python-memcached>=1.59 # PSF
pylint==2.2.2;python_version>='3.0' # GPLv2
selenium>=2.50.1 # Apache-2.0
testscenarios>=0.4 # Apache-2.0/BSD