X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=debian%2Fpython3-osm-policy-module.postinst;h=26a28777ee98c470f15d04b8e489cc2e0bb8b5a8;hb=refs%2Fheads%2Fsol006;hp=253eaaac9dbcb14dae74edcec4ca66f5c9f56a12;hpb=a14cf16181c8b39f12c872c486e0b292c0068944;p=osm%2FPOL.git diff --git a/debian/python3-osm-policy-module.postinst b/debian/python3-osm-policy-module.postinst index 253eaaa..26a2877 100644 --- a/debian/python3-osm-policy-module.postinst +++ b/debian/python3-osm-policy-module.postinst @@ -23,10 +23,11 @@ ## echo "Installing python dependencies via pip..." -pip3 install aiokafka==0.4.* -pip3 install peewee==3.1.* +pip3 install aiokafka==0.5.* +pip3 install peewee==3.8.* pip3 install jsonschema==2.6.* -pip3 install six==1.11.* pip3 install pyyaml==3.* pip3 install pymysql +pip3 install peewee-migrate==1.1.* +pip3 install requests==2.* echo "Installation of python dependencies finished" \ No newline at end of file