initializer service deployed and tested
This commit is contained in:
28
api_services/pyproject.toml
Normal file
28
api_services/pyproject.toml
Normal file
@@ -0,0 +1,28 @@
|
||||
[project]
|
||||
name = "api-services"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"alembic>=1.15.2",
|
||||
"arrow>=1.3.0",
|
||||
"cryptography>=44.0.2",
|
||||
"faker>=37.1.0",
|
||||
"fastapi>=0.115.12",
|
||||
"pandas>=2.2.3",
|
||||
"prometheus-fastapi-instrumentator>=7.1.0",
|
||||
"psycopg2-binary>=2.9.10",
|
||||
"pydantic-settings>=2.8.1",
|
||||
"pymongo>=4.11.3",
|
||||
"pytest>=8.3.5",
|
||||
"redbox>=0.2.1",
|
||||
"redis>=5.2.1",
|
||||
"redmail>=0.6.0",
|
||||
"requests>=2.32.3",
|
||||
"sqlalchemy-mixins>=2.0.5",
|
||||
"textdistance>=4.6.3",
|
||||
"unidecode>=1.3.8",
|
||||
"uvicorn>=0.34.0",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user