summaryrefslogtreecommitdiffstats
path: root/requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
* Sync unified logging solution from OsloLance Bragstad2013-08-091-0/+1
| | | | | | | | | | | | This commit introduces a unified logging strategy from oslo-incubator in an attempt to standardize logging in Keystone similar to other OpenStack projects (Nova, Quantum, etc.). This commit only introduces oslo-incubator/openstack/common/log.py and it's dependencies. Implementation of this logging solution will be purposed later. blueprint unified-logging-in-keystone Change-Id: I860c0f0e935fcd7b4c4886ffd54bf22f2cf4cbb3
* update requires to prevent version capKun Huang2013-07-171-1/+1
| | | | | | | | | | OpenStack clients requirements should not have an upper bound as that has implications for testing in the gate. ref: https://github.com/openstack/requirements fixes bug #1200214 Change-Id: I45c8e94ede892a4d5412ac43aae9c4e131907c89
* python WebOb dependency made unpinned.saikrishna2013-06-121-1/+1
| | | | | | | | | | keystone declares python-webob dependency as ==, which is not a good way of defining dependency. So to support latest dependencies, WebOb is unpinned in requirements.txt Fixes: bug #1180033 Change-Id: I73042cf88baf378c8564abb2394963866082977e
* Rename requires files to standard names.Carlos D. Garza2013-05-241-0/+17
Rename tools/pip-requires to requirements.txt and tools/test-requires to test-requirements.txt. These are standard files, and tools in the general world are growing intelligence about them. Fixes: bug #1179008 Change-Id: I1a19f0c73ab48987e2ff0dade1a57a68b65f0a22