cd57d53db00dce4a357b810f42fb54d51354b005
[osm/POL.git] / debian / python3-osm-policy-module.postinst
1 #!/bin/bash
2
3 echo "Installing python dependencies via pip..."
4 pip3 install aiokafka==0.4.*
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"