blob: cd57d53db00dce4a357b810f42fb54d51354b005 [file] [log] [blame]
#!/bin/bash
echo "Installing python dependencies via pip..."
pip3 install aiokafka==0.4.*
pip3 install peewee==3.1.*
pip3 install jsonschema==2.6.*
pip3 install six==1.11.*
pip3 install pyyaml==3.*
echo "Installation of python dependencies finished"