Async release
This commit is contained in:
24
pyproject.toml
Normal file
24
pyproject.toml
Normal 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"
|
||||
Reference in New Issue
Block a user