Spaces:
Sleeping
Sleeping
File size: 385 Bytes
330e023 bf60b3f 4e40d19 bf60b3f 330e023 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | [project]
name = "flextime"
version = "1.0.0"
description = "FlexTime OpenEnv Scheduling Environment"
readme = "README.md"
requires-python = ">=3.9"
dependencies = [
"fastapi>=0.100.0",
"uvicorn>=0.23.0",
"pydantic>=2.0.0",
"openenv-core>=0.1.0"
]
[project.scripts]
server = "server.app:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
|