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

14 lines
294 B
TOML

[project]
name = "seperatorservice"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"arrow>=1.3.0",
"fastapi>=0.115.11",
"psycopg2-binary>=2.9.10",
"pymongo>=4.11.3",
"sqlalchemy-mixins>=2.0.5",
]