Files
OrbitWard/worker/pyproject.toml
T
2026-05-26 21:24:54 -06:00

18 lines
377 B
TOML

[project]
name = "orbitward-worker"
version = "0.1.0"
description = "OrbitWard background worker"
requires-python = ">=3.12"
dependencies = [
"cryptography>=48.0.0",
"httpx>=0.27.2",
"pydantic-settings>=2.5.2",
"redis>=5.0.8",
"sqlalchemy>=2.0.35",
"psycopg[binary]>=3.2.0",
]
[build-system]
requires = ["setuptools>=75.0"]
build-backend = "setuptools.build_meta"