Initial commit
This commit is contained in:
25
pyproject.toml
Normal file
25
pyproject.toml
Normal file
@@ -0,0 +1,25 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user