Bank Services tested and completed
This commit is contained in:
15
BankServices/WriterService/pyproject.toml
Normal file
15
BankServices/WriterService/pyproject.toml
Normal 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",
|
||||
]
|
||||
Reference in New Issue
Block a user