summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavanum Srinivas <dims@linux.vnet.ibm.com>2014-11-05 15:28:13 +0100
committerDavanum Srinivas <dims@linux.vnet.ibm.com>2014-11-05 15:28:13 +0100
commite629730aa5e1667f78dbfdc77498a9ba2bb414c8 (patch)
tree3fa8e3ccb8d559b4a25c823137b4c724415fd9ec
parentb8b0a6d49f26b11becd2c8364197358b49289d81 (diff)
downloadoslo-context-e629730aa5e1667f78dbfdc77498a9ba2bb414c8.tar.gz
fix links and requirements to latest versions
-rw-r--r--CONTRIBUTING.rst2
-rw-r--r--requirements.txt3
-rw-r--r--test-requirements.txt9
3 files changed, 8 insertions, 6 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 88b16aa..190e92a 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -14,4 +14,4 @@ Pull requests submitted through GitHub will be ignored.
Bugs should be filed on Launchpad, not GitHub:
- https://bugs.launchpad.net/oslo
+ https://bugs.launchpad.net/oslo.context
diff --git a/requirements.txt b/requirements.txt
index 614c804..95137a6 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,4 +2,5 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-Babel>=0.9.6
+pbr>=0.6,!=0.7,<1.0
+Babel>=1.3
diff --git a/test-requirements.txt b/test-requirements.txt
index 374d32a..7793b38 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -2,9 +2,10 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-hacking>=0.5.6,<0.8
-oslotest
+hacking>=0.9.1,<0.10
+oslotest>=1.2.0 # Apache-2.0
+coverage>=3.6
# These are needed for docs generation
-oslosphinx
-sphinx>=1.1.2,!=1.2.0,<1.3
+oslosphinx>=2.2.0 # Apache-2.0
+sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3