16 lines
335 B
TOML
16 lines
335 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 = "^2.4.0"
|
||
|
build123d = "^0.5.0"
|
||
|
|
||
|
[build-system]
|
||
|
requires = ["poetry-core"]
|
||
|
build-backend = "poetry.core.masonry.api"
|