[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"