Matt Riedemann
950a4448e3
Move optional backend dependencies into setup.cfg [extras]
The dogpile and mongo backends are optional so therefore the dependencies that are only used for those backends are optional. This makes use of the 'extras' capability in setuptools to declare those as optional dependencies if you're using those backends. If a consumer of oslo.cache wants to use the dogpile backend, for example, then they install oslo.cache like 'sudo pip install oslo.cache[dogpile]'. Note that the dogpile dependency is left in requirements.txt because the oslo_cache.core module has an unconditional import on that library. Change-Id: I28332964d568bda405fb8d1376d50db49d288b94
oslo.cache
oslo.cache aims to provide a generic caching mechanism for OpenStack projects by wrapping the dogpile.cache library. The dogpile.cache library provides support memoization, key value storage and interfaces to common caching backends such as Memcached.
- Free software: Apache license
- Documentation: http://docs.openstack.org/developer/oslo.cache
- Source: http://git.openstack.org/cgit/openstack/oslo.cache
- Bugs: http://bugs.launchpad.net/oslo.cache
Description
Languages
Python
99.7%
Shell
0.3%