| Benjamin Diaz | 31c6f75 | 2018-09-26 17:30:55 -0300 | [diff] [blame] | 1 | #!/bin/bash |
| 2 | |
| 3 | echo "Installing python dependencies via pip..." |
| 4 | pip3 install kafka==1.3.* |
| 5 | pip3 install requests==2.18.* |
| 6 | pip3 install cherrypy==14.0.* |
| 7 | pip3 install jsmin==2.2.* |
| 8 | pip3 install jsonschema==2.6.* |
| 9 | pip3 install python-keystoneclient==3.15.* |
| 10 | pip3 install boto==2.48 |
| 11 | pip3 install python-cloudwatchlogs-logging==0.0.3 |
| 12 | pip3 install py-cloudwatch==0.0.1 |
| 13 | pip3 install pyvcloud==19.1.1 |
| 14 | pip3 install pyopenssl==17.5.* |
| 15 | pip3 install six==1.11.* |
| 16 | pip3 install bottle==0.12.* |
| 17 | pip3 install peewee==3.1.* |
| 18 | pip3 install pyyaml==3.* |
| Benjamin Diaz | dec1bb5 | 2018-10-10 16:50:44 -0300 | [diff] [blame] | 19 | pip3 install prometheus_client==0.4.* |
| Benjamin Diaz | 31c6f75 | 2018-09-26 17:30:55 -0300 | [diff] [blame] | 20 | echo "Installation of python dependencies finished" |