22 lines
478 B
TOML
22 lines
478 B
TOML
[tool.poetry]
|
|
name = "nhf"
|
|
version = "0.1.0"
|
|
description = "NorCal Hakkero Factory No. 1 Cosplay Designs"
|
|
authors = ["Leni Aniva <v@leni.sh>"]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
cadquery = {git = "https://github.com/CadQuery/cadquery.git"}
|
|
build123d = "^0.5.0"
|
|
numpy = "^1.26.4"
|
|
colorama = "^0.4.6"
|
|
|
|
# cadquery dependency
|
|
multimethod = "^1.12"
|
|
scipy = "^1.14.0"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|