In 7828bed0febabfa11a0a8f6960f4c7cc8acec841 we were introduced python-binary-memcached in requirement, and we need these package to support sasl protocol, so we should bump python-binary-memcached>=0.29.0 in oslo.cache requirements. Only required for sasl/binary protocol Co-Authored-By: Brin Zhang <zhangbailin@inspur.com> Change-Id: Ic4335f0a81c6189d6d0ad254c4a1bb86dbd11500 Implements: blueprint enable-sasl-protocol
15 lines
547 B
Plaintext
15 lines
547 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
hacking>=3.0.1,<3.1.0 # Apache-2.0
|
|
oslotest>=3.2.0 # Apache-2.0
|
|
pifpaf>=0.10.0 # Apache-2.0
|
|
# Bandit security code scanner
|
|
bandit>=1.6.0,<1.7.0 # Apache-2.0
|
|
stestr>=2.0.0 # Apache-2.0
|
|
pre-commit>=2.6.0 # MIT
|
|
python-binary-memcached>=0.29.0 # MIT
|
|
python-memcached>=1.56 # PSF
|
|
pymongo!=3.1,>=3.0.2 # Apache-2.0
|
|
etcd3gw>=0.2.0 # Apache-2.0
|