wag-services-and-backend-la.../BankServices/EmailService/pyproject.toml

12 lines
223 B
TOML

[project]
name = "emailservice"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"arrow>=1.3.0",
"pymongo>=4.11.3",
"redbox>=0.2.1",
]