Add folium to the dependencies
This commit is contained in:
parent
f37d8adb9d
commit
2339100371
2 changed files with 38 additions and 2 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue