[project] name = "xmpp-api" version = "0.1.0" description = "A Discord-like API for XMPP bots" readme = "README.md" requires-python = ">=3.13" dependencies = [ # Config "pydantic", "pydantic-yaml", "fastapi[standard]", "sqlmodel" ] [project.optional-dependencies] dev = [ "ruff>=0.11.6", "black>=25.1.0", "mypy>=1.15.0" ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build"