Sre-Validation / pyproject.toml
abdur0001's picture
feat: update to pass the validation checks
1c1d75c
raw
history blame contribute delete
346 Bytes
[project]
name = "sre-incident-response"
version = "1.0.0"
description = "SRE Incident Response OpenEnv environment"
requires-python = ">=3.11"
dependencies = [
"fastapi>=0.104.0",
"uvicorn>=0.24.0",
"pydantic>=2.0.0",
"openai>=1.0.0",
"pyyaml>=6.0",
"openenv-core>=0.2.0",
]
[project.scripts]
server = "server.app:main"