16 lines
355 B
TOML
16 lines
355 B
TOML
[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",
|
|
]
|