prod-wag-backend-automate-s.../BankServices/WriterService/pyproject.toml

16 lines
379 B
TOML

[project]
name = "writerservice"
version = "0.1.0"
description = "Writer Service for bank email attachments using Redis pub/sub"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"arrow>=1.3.0",
"fastapi>=0.115.11",
"psycopg2-binary>=2.9.10",
"redis>=5.0.1",
"sqlalchemy-mixins>=2.0.5",
"pydantic>=2.5.2",
"pydantic-settings>=2.8.1",
]