X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=debian%2Fpython3-osm-policy-module.postinst;h=a095f5b9e5302ecc12311455cf1fff0a96f7f82c;hb=91a5ae17966fea66b1e3796df0cff966cda2a634;hp=fe73f0b540c717b624b92ee07857f4ab65bdad23;hpb=10be7c984475707be716708dfdd2d91a655158dc;p=osm%2FPOL.git diff --git a/debian/python3-osm-policy-module.postinst b/debian/python3-osm-policy-module.postinst index fe73f0b..a095f5b 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 aiokafka==0.6.0 pip3 install peewee==3.8.* pip3 install jsonschema==2.6.* 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