diff --git a/requirements.txt b/requirements.txt index dbc947679..17533e480 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,9 +20,9 @@ oslo.log>=3.11.0 # Apache-2.0 oslo.reports>=0.6.0 # Apache-2.0 oslo.serialization>=1.10.0 # Apache-2.0 crc16>=0.1.1 # LGPLv3+ -netaddr>=0.7.13,!=0.7.16 # BSD -six>=1.9.0 # MIT -httplib2>=0.7.5 # MIT -WebOb>=1.6.0 # MIT +netaddr!=0.7.16,>=0.7.13 # BSD +six>=1.9.0 # MIT +httplib2>=0.7.5 # MIT +WebOb>=1.6.0 # MIT jsonmodels>=2.1.3 # BSD License (3 clause) diff --git a/test-requirements.txt b/test-requirements.txt index d06e650ed..fe1e0a3ae 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,7 +5,7 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 coverage>=4.0 # Apache-2.0 -mock>=2.0 # BSD +mock>=2.0 # BSD keystoneauth1>=2.18.0 # Apache-2.0 python-pytun>=2.2.1 # MIT python-subunit>=0.0.18 # Apache-2.0/BSD