Add licence type into requirements files

Change-Id: I7e69f8648cc2e5633a7af39e9bc3f36f906d193b
This commit is contained in:
Federico Ressi 2018-12-18 14:58:54 +01:00
parent 4582401709
commit 08bacea477
1 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,8 @@
# Tobiko framework requirements
keystoneauth1>=2.0.0
oslo.config>=5.2.0
oslo.log>=3.36.0
python-heatclient>=1.5.0
python-neutronclient>=6.7.0
testtools>=2.2.0
keystoneauth1>=2.0.0 # Apache-2.0
oslo.config>=5.2.0 # Apache-2.0
oslo.log>=3.36.0 # Apache-2.0
python-heatclient>=1.5.0 # Apache-2.0
python-neutronclient>=6.7.0 # Apache-2.0
testtools>=2.2.0 # MIT