Skip to content

Commit

Permalink
[GH-86] Add requirement license info.
Browse files Browse the repository at this point in the history
Add license information for each dependencies listed in requirements.txt.
And add a `requirements.os.txt` file for dependency downloading under
openstack cinder/manila environments.
  • Loading branch information
Cedric Zhuang committed Jan 25, 2017
1 parent 460d446 commit f251e10
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 10 deletions.
9 changes: 9 additions & 0 deletions requirements.os.txt
@@ -0,0 +1,9 @@
## Recommend to download these files with "--no-deps" option, e.g.
## pip download --no-deps -r <path to>/requirements.os.txt
future>=0.15.1 # MIT
python-dateutil>=2.4.2 # BSD
retryz>=0.1.8 # Apache-2.0
cachez>=0.1.0 # Apache-2.0
bitmath>=1.3.0 # MIT
queuelib>=1.4.2 # BSD
storops # Apache-2.0
21 changes: 11 additions & 10 deletions requirements.txt
@@ -1,10 +1,11 @@
future>=0.15.1
paramiko>=1.13.0
python-dateutil>=2.4.2
PyYAML>=3.11
requests!=2.9.0,>=2.8.1
retryz>=0.1.8
cachez>=0.1.0
six>=1.9.0
bitmath>=1.3.0
queuelib>=1.4.2
paramiko>=1.13.0 # LGPLv2.1+, cinder, manila
requests!=2.9.0,>=2.8.1 # Apache-2.0, cinder, manila
PyYAML>=3.11 # MIT, cinder, manila
six>=1.9.0 # MIT, cinder, manila

future>=0.15.1 # MIT
python-dateutil>=2.4.2 # BSD
retryz>=0.1.8 # Apache-2.0
cachez>=0.1.0 # Apache-2.0
bitmath>=1.3.0 # MIT
queuelib>=1.4.2 # BSD

0 comments on commit f251e10

Please sign in to comment.