diff options
-rw-r--r-- | requirements.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index c554db1..bd83971 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -Babel>=1.3 +Babel!=2.3.0,!=2.3.1,!=2.3.2,!=2.3.3,>=1.3 # BSD pbr>=1.6 argparse iso8601>=0.1.9 @@ -10,7 +10,7 @@ PrettyTable<0.8,>=0.7 oslo.i18n>=1.5.0 # Apache-2.0 oslo.serialization>=1.4.0 # Apache-2.0 oslo.utils!=2.6.0,>=2.0.0 # Apache-2.0 -python-keystoneclient!=1.8.0,>=1.6.0 +python-keystoneclient!=1.8.0,<3.0.0,>=1.6.0 python-swiftclient>=2.2.0 PyYAML>=3.1.0 requests!=2.8.0,!=2.9.0,>=2.5.2 |