Warning, /swf-remote/alarms/pyproject.toml is written in an unsupported language. File is not indexed.
0001 [build-system]
0002 requires = ["setuptools>=64"]
0003 build-backend = "setuptools.build_meta"
0004
0005 [project]
0006 name = "swf-alarms"
0007 version = "0.1.0"
0008 description = "Standalone polling alarm engine for swf ecosystem (PanDA, streaming testbed). REST-fed, sqlite state, SES email + extensible channels."
0009 requires-python = ">=3.11"
0010 dependencies = [
0011 "httpx>=0.27",
0012 "boto3>=1.34",
0013 "psycopg[binary]>=3.1",
0014 ]
0015
0016 [project.scripts]
0017 swf-alarms-run = "swf_alarms.run:main"
0018
0019 [tool.setuptools.packages.find]
0020 where = ["."]
0021 include = ["swf_alarms*"]