vm-placement / pyproject.toml
blackopsrepl's picture
.
e2dcb4d verified
raw
history blame contribute delete
357 Bytes
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "vm_placement"
version = "1.0.0"
requires-python = ">=3.10"
dependencies = [
'solverforge-legacy == 1.24.1',
'fastapi == 0.111.0',
'pydantic == 2.7.3',
'uvicorn == 0.30.1',
'pytest == 8.2.2',
]
[project.scripts]
run-app = "vm_placement:main"