3b75075426
Add optional TLS certificate expiry checks for website monitors and update product, package, environment, Docker, and documentation naming.
18 lines
381 B
TOML
18 lines
381 B
TOML
[project]
|
|
name = "orbitalward-worker"
|
|
version = "0.1.0"
|
|
description = "OrbitalWard 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"
|