blob: cd57d53db00dce4a357b810f42fb54d51354b005 [file] [log] [blame]
Benjamin Diazd0fea7e2018-09-26 20:12:58 -03001#!/bin/bash
2
3echo "Installing python dependencies via pip..."
Benjamin Diaz16256cb2018-10-11 12:34:20 -03004pip3 install aiokafka==0.4.*
Benjamin Diazd0fea7e2018-09-26 20:12:58 -03005pip3 install peewee==3.1.*
6pip3 install jsonschema==2.6.*
7pip3 install six==1.11.*
8pip3 install pyyaml==3.*
9echo "Installation of python dependencies finished"