X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=debian%2Fpython3-osm-policy-module.postinst;h=fe73f0b540c717b624b92ee07857f4ab65bdad23;hb=refs%2Fchanges%2F44%2F7244%2F5;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..fe73f0b 100644 --- a/debian/python3-osm-policy-module.postinst +++ b/debian/python3-osm-policy-module.postinst @@ -24,9 +24,9 @@ echo "Installing python dependencies via pip..." pip3 install aiokafka==0.4.* -pip3 install peewee==3.1.* +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.* echo "Installation of python dependencies finished" \ No newline at end of file