diff options
| author | Dirk Mueller <dirk@dmllr.de> | 2013-04-25 17:47:00 +0200 |
|---|---|---|
| committer | Dirk Mueller <dirk@dmllr.de> | 2013-05-02 17:08:52 +0200 |
| commit | 0a076826c0288e3d0dec1177eff12164e251a201 (patch) | |
| tree | 4a76c2254b3838a2f675dd2a7de429d26454f1f0 /tools | |
| parent | f3d044291fe75c2b6ce7a4f8e9a6885d4ffd38c0 (diff) | |
| download | python-ceilometerclient-0a076826c0288e3d0dec1177eff12164e251a201.tar.gz | |
Sync requirements with openstack-common/requirements
Allow prettytable 0.7.x specifically. Add testcase.
Remove setuptools_git from test-requires, already part
of setup_require
Change-Id: If0d114cc6ec0f84ea75d798adb5ebc424605b22e
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/pip-requires | 5 | ||||
| -rw-r--r-- | tools/test-requires | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/tools/pip-requires b/tools/pip-requires index 632d17b..f3314cb 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -1,5 +1,6 @@ +# This file is managed by openstack-depends argparse -prettytable>=0.6,<0.7 -python-keystoneclient>=0.1.2 httplib2 iso8601>=0.1.4 +prettytable>=0.6,<0.8 +python-keystoneclient>=0.2,<0.3 diff --git a/tools/test-requires b/tools/test-requires index 9f9f13a..54b19cc 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -1,11 +1,11 @@ +# This file is managed by openstack-depends distribute>=0.6.24 -mox +mox>=0.5.3 nose nose-exclude +nosehtmloutput>=0.0.3 nosexcover -openstack.nose_plugin -nosehtmloutput +openstack.nose_plugin>=0.7 pep8==1.3.3 -setuptools-git>=0.4 sphinx>=1.1.2 unittest2 |
