wag-services-and-backend-la.../ApiServices/AuthApiService/pyproject.toml

20 lines
461 B
TOML

[project]
name = "authapiservice"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"cryptography>=44.0.2",
"fastapi>=0.115.11",
"prometheus-fastapi-instrumentator>=7.1.0",
"psycopg2-binary>=2.9.10",
"pymongo>=4.11.3",
"redis>=5.2.1",
"redmail>=0.6.0",
"requests>=2.32.3",
"sqlalchemy-mixins>=2.0.5",
"unidecode>=1.3.8",
"uvicorn>=0.34.0",
]