From 3e22f45d86aca82afe14ac2b5ec04a00283ad4cc Mon Sep 17 00:00:00 2001 From: Longgeek Date: Sun, 29 Jun 2014 16:02:15 +0800 Subject: [PATCH] Update from global requirements Add the argparse module: * See https://github.com/openstack/qa-specs/blob/master/tools/rstcheck.py 18 lines Update the sphinx and pbr versions. Matches Global Requirements Change-Id: Ie30326bbe48f20231dc04f2789861a44d2188244 --- requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index eed4583..3121982 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ -pbr>=0.6,<1.0 +pbr>=0.6,!=0.7,<1.0 docutils==0.9.1 oslosphinx -sphinx>=1.1.2,<1.2 +sphinx>=1.1.2,!=1.2.0,<1.3 +argparse