Initial InfraPulse scaffold

This commit is contained in:
Keith Smith
2026-05-22 17:36:40 -06:00
commit a707186a5e
92 changed files with 6918 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
[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"