diff options
Diffstat (limited to 'networking-odl/requirements.txt')
-rw-r--r-- | networking-odl/requirements.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/networking-odl/requirements.txt b/networking-odl/requirements.txt index 7afa0be..9d881c4 100644 --- a/networking-odl/requirements.txt +++ b/networking-odl/requirements.txt @@ -3,6 +3,6 @@ # process, which may cause wedges in the gate later. pbr>=1.6 # Apache-2.0 -Babel>=2.3.4 # BSD -stevedore>=1.16.0 # Apache-2.0 -neutron-lib>=0.3.0 # Apache-2.0 +Babel!=2.3.0,!=2.3.1,!=2.3.2,!=2.3.3,>=1.3 # BSD +stevedore>=1.5.0 # Apache-2.0 +neutron-lib>=0.0.1 # Apache-2.0 |