19 lines
440 B
TOML
19 lines
440 B
TOML
[build-system]
|
|
requires = ["setuptools", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "ar-grid-tutor-mobile-ar-digital-twin-for"
|
|
version = "0.1.0"
|
|
description = "Mobile AR Digital Twin MVP skeleton for on-site renewable asset maintenance"
|
|
requires-python = ">=3.9"
|
|
readme = "README.md"
|
|
dependencies = [
|
|
"fastapi>=0.97.0",
|
|
"uvicorn>=0.23.0",
|
|
"pydantic>=1.10.0",
|
|
]
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["src"]
|