Skip to content

Commit dba5731

Browse files
authored
feat: add folium and matplotlib to dependencies (#130)
1 parent b7776de commit dba5731

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ dependencies = [
4141
"rich",
4242
"morecantile",
4343
"mapbox_vector_tile",
44-
"aiopmtiles @ git+https://github.com/developmentseed/aiopmtiles"
44+
"aiopmtiles @ git+https://github.com/developmentseed/aiopmtiles",
45+
"matplotlib",
46+
"folium"
4547
]
4648

4749
[project.scripts]

0 commit comments

Comments
 (0)