c872fc0b94
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
17 lines
540 B
Plaintext
17 lines
540 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.
|
|
|
|
# For generating sphinx documentation
|
|
openstackdocstheme>=2.2.0 # Apache-2.0
|
|
sphinx>=2.0.0,!=2.1.0 # BSD
|
|
reno>=3.1.0 # Apache-2.0
|
|
sphinxcontrib-apidoc>=0.2.0 # BSD
|
|
|
|
# For autodoc builds
|
|
mock>=2.0.0 # BSD
|
|
oslotest>=3.2.0 # Apache-2.0
|
|
python-binary-memcached>=0.29.0 # MIT
|
|
python-memcached>=1.56 # PSF
|
|
etcd3gw>=0.2.0 # Apache-2.0
|