tcdemo2 / pyproject.toml
anofa's picture
Upload 50 files
ce3cc6a verified
raw
history blame contribute delete
554 Bytes
[build-system]
requires = ["hatchling >=0.25"]
build-backend = "hatchling.build"
[project]
name = "demo"
license = {file = "LICENSE"}
classifiers = ["License :: OSI Approved :: MIT License"]
dynamic = ["version", "description"]
dependencies = [
"solara",
"geopandas",
"ipyleaflet",
"matplotlib",
"psycopg2-binary",
"scipy",
]
[tool.hatch.version]
path = "demo/__init__.py"
[project.urls]
Home = "https://www.github.com/widgetti/solara"
[tool.black]
line-length = 160
[tool.isort]
profile = "black"