Skip to content

Commit 946cc7c

Browse files
committed
Exception for temporary direct folium dependency
1 parent 2500719 commit 946cc7c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,7 @@ max-complexity = 30
6666

6767
[tool.hatch.version]
6868
path = "nextplot/__about__.py"
69+
70+
# TODO: remove allowing direct references after new folium release
71+
[tool.hatch.metadata]
72+
allow-direct-references = true

0 commit comments

Comments
 (0)