Bank Services tested and completed

This commit is contained in:
2025-04-21 14:33:25 +03:00
parent 2c5f00ab1d
commit 35aab0ba11
31 changed files with 1751 additions and 15 deletions

View File

@@ -0,0 +1,15 @@
[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",
]