diff options
| author | Gordon Chung <chungg@ca.ibm.com> | 2013-06-18 17:33:44 -0400 |
|---|---|---|
| committer | Gordon Chung <chungg@ca.ibm.com> | 2013-06-18 17:55:06 -0400 |
| commit | f09dfd05b308b665702e974c2a2dc4b5b0f66c4c (patch) | |
| tree | b34d2c5231d9d315131e860b410365d349c3893e /requirements.txt | |
| parent | 819e4580ab17760b8f546d1c8955574571589959 (diff) | |
| download | python-ceilometerclient-f09dfd05b308b665702e974c2a2dc4b5b0f66c4c.tar.gz | |
requirements.txt is not configured properly
the leading comment seems to cause an issue with pbr.
also adding in d2to1 and pbr versions to requirements.
Change-Id: I334d928b8a575522e3879f07d578be39890712b5
Fixes: bug 1192351
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index f3314cb..a35549d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ -# This file is managed by openstack-depends +d2to1>=0.2.10,<0.3 +pbr>=0.5.16,<0.6 argparse httplib2 iso8601>=0.1.4 |
