Adds requests package installation to debian postinst
[osm/POL.git] / debian / python3-osm-policy-module.postinst
index fe73f0b..20f87d8 100644 (file)
@@ -29,4 +29,5 @@ 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