From 9d49082a8984338755ab89b9730aeac4571695c5 Mon Sep 17 00:00:00 2001 From: merspieler Date: Thu, 28 Feb 2019 06:03:00 +0100 Subject: [PATCH] Updated dependencies Signed-off-by: merspieler --- create-venv | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/create-venv b/create-venv index 459b2c4..938b187 100755 --- a/create-venv +++ b/create-venv @@ -39,7 +39,7 @@ done python3 -m venv venv/ source venv/bin/activate -pip install descartes matplotlib networkx numpy pillow pyproj scipy shapely psycopg2-binary +pip install descartes matplotlib networkx numpy requests pillow pyproj scipy shapely psycopg2-binary if [ $? == 1 ]; then echo "pip had problems installing some packages" echo "Please make sure that all of the following packages are installed in the venv" @@ -47,6 +47,7 @@ if [ $? == 1 ]; then echo "matplotlib" echo "networkx" echo "numpy" + echo "requests" echo "pillow" echo "pyproj" echo "scipy"