Scheduling-agent / pyproject.toml
Aryan
Restructure repository as OpenEnv standard API server
482b9c0
Raw
History Blame Contribute Delete
266 Bytes
[project]
name = "scheduling-benchmark"
version = "0.1.0"
description = "Scheduling Assistant"
dependencies = [
"pydantic",
"openenv-core>=0.2.0",
"python-dateutil",
"pytz",
"fastapi",
"uvicorn"
]
[project.scripts]
server = "server.app:main"