diff options
| author | Monty Taylor <mordred@inaugust.com> | 2013-08-05 18:04:11 -0300 |
|---|---|---|
| committer | Monty Taylor <mordred@inaugust.com> | 2013-08-05 18:49:11 -0300 |
| commit | aa024468a85904838e0e7d9537eeaf7801d1d5d5 (patch) | |
| tree | 3422eda00815c2b5935d22de2ccf81209ba94129 | |
| parent | 8f96a61b6a42069f33d4eb0eb39b1c002ab1a0ea (diff) | |
| download | python-troveclient-0.1.4.tar.gz | |
Sync with global requirements0.1.4
Change-Id: I708ffe506e1be9a72a92edfec911e3ee70481ff1
| -rw-r--r-- | requirements.txt | 3 | ||||
| -rwxr-xr-x | setup.py | 5 | ||||
| -rw-r--r-- | test-requirements.txt | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/requirements.txt b/requirements.txt index c822ad5..0e96d60 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,5 @@ -d2to1>=0.2.10,<0.3 pbr>=0.5.16,<0.6 argparse httplib2 lxml>=2.3 -prettytable>=0.6,<0.8 +PrettyTable>=0.6,<0.8 @@ -14,8 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. +# THIS FILE IS MANAGED BY THE GLOBAL REQUIREMENTS REPO - DO NOT EDIT import setuptools setuptools.setup( - setup_requires=['d2to1>=0.2.10,<0.3', 'pbr>=0.5.10,<0.6'], - d2to1=True) + setup_requires=['pbr>=0.5.20'], + pbr=True) diff --git a/test-requirements.txt b/test-requirements.txt index bc7178b..e22723c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,9 +2,9 @@ pep8==1.4.5 pyflakes==0.7.2 flake8==2.0 -hacking>=0.5.3,<0.6 +hacking>=0.5.6,<0.7 discover sphinx>=1.1.2 -testrepository>=0.0.13 +testrepository>=0.0.17 testtools>=0.9.32 mock>=0.8.0 |
