3b248425807b3311b8b55dc2f75464cfab00c980
[osm/POL.git] / debian / python3-osm-policy-module.postinst
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"