| Benjamin Diaz | d0fea7e | 2018-09-26 20:12:58 -0300 | [diff] [blame] | 1 | #!/bin/bash |
| 2 | |||||
| 3 | echo "Installing python dependencies via pip..." | ||||
| 4 | pip3 install kafka==1.3.* | ||||
| 5 | pip3 install peewee==3.1.* | ||||
| 6 | pip3 install jsonschema==2.6.* | ||||
| 7 | pip3 install six==1.11.* | ||||
| 8 | pip3 install pyyaml==3.* | ||||
| 9 | echo "Installation of python dependencies finished" | ||||