[project] name = "fastapi-vue" dynamic = ["version"] description = "Serves Vue assets on a FastAPI app. Use fastapi-vue-setup tool to add Vue build to your package." readme = "README.md" requires-python = ">=3.11" dependencies = [ "fastapi>=0.115.0", "zstandard>=0.23.0", "blake3>=1.0.8", "tracerite>=2.6.5", ] [project.urls] Homepage = "https://vasanko.com/coders/fastapi-vue" Repository = "https://git.zi.fi/LeoVasanko/fastapi-vue-setup" Issues = "https://github.com/LeoVasanko/fastapi-vue-setup" [build-system] requires = ["hatchling", "hatch-vcs"] build-backend = "hatchling.build" [tool.hatch.version] source = "vcs" raw-options.root = ".." [dependency-groups] dev = [ "msgspec>=0.21.1", ]