Bank Services tested and completed
This commit is contained in:
15
BankServices/ParserService/pyproject.toml
Normal file
15
BankServices/ParserService/pyproject.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[project]
|
||||
name = "parserservice"
|
||||
version = "0.1.0"
|
||||
description = "Parser Service for bank email attachments using Redis pub/sub"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"arrow>=1.3.0",
|
||||
"pandas>=2.2.3",
|
||||
"redis>=5.0.1",
|
||||
"unidecode>=1.3.8",
|
||||
"xlrd>=2.0.1",
|
||||
"openpyxl>=3.1.2",
|
||||
"pydantic-settings>=2.8.1",
|
||||
]
|
||||
Reference in New Issue
Block a user