Add bmemcached as optional dependency

This is now required when using oslo_cache.memcache_pool.

Change-Id: I508f336494a194b68eb45a6b01bb32984b435bb0
(cherry picked from commit 7c6effd10e)
This commit is contained in:
Pierre Riteau 2022-08-25 15:59:03 +02:00 committed by Dmitriy Rabotyagov
parent c53074e035
commit dde16ceb23
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ dogpile.cache =
dogpile =
python-memcached>=1.56 # PSF
pymemcache>=3.5.0 # Apache-2.0
python-binary-memcached>=0.29.0 # MIT
mongo =
pymongo!=3.1,>=3.0.2 # Apache-2.0
etcd3gw =