File size: 390 Bytes
9129e99
 
 
35c2f4a
 
 
 
 
 
 
 
 
 
 
 
 
9129e99
35c2f4a
78bd4a6
35c2f4a
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[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"