[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"