proposal-generator / pyproject.toml
kanha-upadhyay's picture
Update dependencies in poetry.lock and pyproject.toml to include httpx and certifi
57d3438
raw
history blame contribute delete
453 Bytes
[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"