cloudcost1 / pyproject.toml
Arghadee's picture
Update pyproject.toml
78bd4a6 verified
Raw
History Blame Contribute Delete
390 Bytes
[project]
name = "cloud-cost-guardian"
version = "0.1.0"
requires-python = ">=3.10"
dependencies = [
"openenv-core>=0.2.0",
"fastapi",
"uvicorn",
"gradio",
"matplotlib",
"numpy",
"pandas",
"openai",
"python-dotenv",
"pydantic",
]
[project.scripts]
server = "server.app:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"