diff options
| -rw-r--r-- | requirements.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index e8ae7de..b316798 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ # process, which may cause wedges in the gate later. Babel>=1.3 -pbr>=0.6,!=0.7,<1.0 +pbr>=0.11,<2.0 argparse iso8601>=0.1.9 PrettyTable>=0.7,<0.8 @@ -13,5 +13,5 @@ oslo.utils>=1.4.0 # Apache-2.0 python-keystoneclient>=1.3.0 python-swiftclient>=2.2.0 PyYAML>=3.1.0 -requests>=2.2.0,!=2.4.0 +requests>=2.5.2 six>=1.9.0 |
