diff options
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/requirements.txt b/requirements.txt index aeb1893..38cd185 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,14 +3,14 @@ # process, which may cause wedges in the gate later. pbr>=0.6,!=0.7,<1.0 argparse -cliff>=1.7.0 # Apache-2.0 -iso8601>=0.1.9 -netaddr>=0.7.12 -oslo.i18n>=1.3.0 # Apache-2.0 -oslo.serialization>=1.2.0 # Apache-2.0 -oslo.utils>=1.2.0 # Apache-2.0 -requests>=2.2.0,!=2.4.0 -python-keystoneclient>=1.1.0 -simplejson>=2.2.0 -six>=1.7.0 -Babel>=1.3 +cliff>=1.7.0,<=1.9.0 # Apache-2.0 +iso8601>=0.1.9,<=0.1.10 +netaddr>=0.7.12,<=0.7.13 +oslo.i18n>=1.0.0,<=1.3.1 # Apache-2.0 +oslo.serialization>=1.0.0,<=1.2.0 # Apache-2.0 +oslo.utils>=1.4.0,<1.5.0 # Apache-2.0 +requests>=2.1.0,!=2.4.0,<=2.2.1 +python-keystoneclient>=0.10.0,<1.2.0 +simplejson>=2.2.0,<=3.3.1 +six>=1.7.0,<=1.9.0 +Babel>=1.3,<=1.3 |
