Change-Id: Ibeb270fce9cc0fe546da479a7c34981c4b918329
Signed-off-by: Benjamin Diaz <bdiaz@whitestack.com>
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
pyyaml==3.*
pymysql==0.9.*
peewee-migrate==1.1.*
-requests
+requests==2.*
git+https://osm.etsi.org/gerrit/osm/common.git@v5.0#egg=osm-common
"pyyaml==3.*",
"pymysql",
"peewee-migrate==1.1.*",
+ "requests==2.*",
"osm-common",
],
entry_points={