File size: 556 Bytes
85c7386
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[build-system]
requires = ["hatchling >=0.25"]
build-backend = "hatchling.build"

[project]
name = "demo2"
license = {file = "LICENSE"}
classifiers = ["License :: OSI Approved :: MIT License"]
dynamic = ["version", "description"]
dependencies = [
    "solara",
    "geopandas",
    "ipyleaflet",
    "matplotlib",
    "psycopg2-binary",
    "scipy",
]

[tool.hatch.version]
path = "demo2/__init__.py"

[project.urls]
Home = "https://www.github.com/widgetti/solara"

[tool.black]
line-length = 160

[tool.isort]
profile = "black"