[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", # Web service "fastapi[standard]", "sqlmodel", # XMPP "slixmpp@git+https://codeberg.org/poezio/slixmpp" ] [project.optional-dependencies] dev = [ "ruff>=0.11.6", "black>=25.1.0", "mypy>=1.15.0" ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.metadata] allow-direct-references = true