18 lines
379 B
TOML
18 lines
379 B
TOML
[project]
|
|
name = "infrapulse-worker"
|
|
version = "0.1.0"
|
|
description = "InfraPulse 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"
|