summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--requirements.txt3
-rwxr-xr-xsetup.py5
-rw-r--r--test-requirements.txt4
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
diff --git a/setup.py b/setup.py
index b3e85a7..15f4e9d 100755
--- a/setup.py
+++ b/setup.py
@@ -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