mirror of
https://github.com/yeicor-3d/yet-another-cad-viewer.git
synced 2025-12-19 22:24:17 +01:00
25 lines
472 B
TOML
25 lines
472 B
TOML
[tool.poetry]
|
|
name = "yacv-server"
|
|
version = "0.1.0"
|
|
description = "Yet Another CAD Viewer (server)"
|
|
authors = ["Yeicor <4929005+Yeicor@users.noreply.github.com>"]
|
|
license = "MIT"
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.9"
|
|
|
|
# CAD
|
|
build123d = "^0.3.0"
|
|
partcad = "^0.3.84"
|
|
|
|
# Misc
|
|
pygltflib = "^1.16.1"
|
|
tqdm = "^4.66.1"
|
|
aiohttp = "^3.9.3"
|
|
aiohttp-devtools = "^1.1.2"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|