demo2 / pyproject.toml
anofa's picture
Upload 57 files
85c7386 verified
raw
history blame
556 Bytes
[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"