Async release

This commit is contained in:
Carlos Mesquita
2024-07-23 08:40:35 +01:00
parent a4caecdb4f
commit 3cf9fa5cba
116 changed files with 5609 additions and 30630 deletions

24
pyproject.toml Normal file
View File

@@ -0,0 +1,24 @@
[tool.poetry]
name = "encoach-be"
version = "0.1.0"
description = ""
authors = ["Ecrop Devteam <company@ecrop.dev>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
uvicorn = "^0.30.3"
python-dotenv = "^1.0.1"
aioboto3 = "^13.1.1"
httpx = "^0.27.0"
fastapi = "^0.111.1"
nltk = "^3.8.1"
firebase-admin = "^6.5.0"
wonderwords = "^2.2.0"
dependency-injector = "^4.41.0"
openai = "^1.37.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"