File size: 453 Bytes
3345ea7
 
 
 
 
 
 
 
 
 
 
 
 
 
135d47f
0339531
57d3438
3345ea7
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[tool.poetry]
name = "proposal-generator"
version = "0.1.0"
description = ""
authors = ["Kanha Upadhyay <kanha.upadhyay@sifars.com>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "3.12.*"
fastapi = "^0.115.7"
uvicorn = "^0.34.0"
loguru = "^0.7.3"
python-dotenv = "^1.0.1"
aiosmtplib = "^3.0.2"
pypandoc = "^1.15"
python-docx = "^1.1.2"
httpx = "^0.28.1"


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"