diff options
| author | Zhenguo Niu <Niu.ZGlinux@gmail.com> | 2013-05-29 17:36:23 +0800 |
|---|---|---|
| committer | Zhenguo Niu <Niu.ZGlinux@gmail.com> | 2013-05-29 17:38:13 +0800 |
| commit | bac0718764ac5e7cc22adf24d035db0be0cf90d9 (patch) | |
| tree | 421ada3a47320135d028ea0267164c9b3dc3c211 /requirements.txt | |
| parent | 443009270621cd6ed26d61315ecbc108cc96916e (diff) | |
| download | python-openstackclient-bac0718764ac5e7cc22adf24d035db0be0cf90d9.tar.gz | |
Rename requires files to standard names.
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.
Change-Id: I903213fda94a833335abaa7ad9a90bbb688ec15a
Fixes: bug #1179008
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 00000000..fe30e2dd --- /dev/null +++ b/requirements.txt @@ -0,0 +1,9 @@ +d2to1>=0.2.10,<0.3 +pbr>=0.5,<0.6 +cliff +keyring +pycrypto +python-glanceclient>=0.9.0,<2 +python-keystoneclient>=0.2,<1.0 +python-novaclient>=2 +python-cinderclient>=1 |
