Add folium to the dependencies

This commit is contained in:
Alexander Hess 2021-01-21 11:47:22 +01:00
commit 2339100371
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
2 changed files with 38 additions and 2 deletions

View file

@ -31,8 +31,10 @@ python = "^3.8"
Shapely = "^1.7.1"
alembic = "^1.4.2"
click = "^7.1.2"
folium = "^0.12.1"
pandas = "^1.1.0"
psycopg2 = "^2.8.5" # adapter for PostgreSQL
rpy2 = "^3.4.1"
sqlalchemy = "^1.3.18"
utm = "^0.7.0"
@ -42,7 +44,6 @@ jupyterlab = { version="^2.2.2", optional=true }
nb_black = { version="^1.0.7", optional=true }
numpy = { version="^1.19.1", optional=true }
pytz = { version="^2020.1", optional=true }
rpy2 = "^3.4.1"
[tool.poetry.extras]
research = [