2024-06-14 20:35:49 -07:00
|
|
|
[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"
|
2024-11-13 22:22:57 -08:00
|
|
|
cadquery = {git = "https://github.com/CadQuery/cadquery.git"}
|
2024-12-06 12:27:26 -08:00
|
|
|
#build123d = "^0.5.0"
|
|
|
|
numpy = ">=2,<3"
|
2024-11-13 22:22:57 -08:00
|
|
|
colorama = "^0.4.6"
|
|
|
|
|
|
|
|
# cadquery dependency
|
|
|
|
multimethod = "^1.12"
|
|
|
|
scipy = "^1.14.0"
|
2024-12-06 12:27:26 -08:00
|
|
|
typish = "^1.9.3"
|
|
|
|
|
2024-12-06 12:40:57 -08:00
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
|
|
cq-editor = {git = "https://github.com/CadQuery/CQ-editor.git"}
|
|
|
|
pyqt5 = "^5.15.11"
|
|
|
|
logbook = "^1.8.0"
|
|
|
|
spyder = "^5"
|
|
|
|
pyqtgraph = "^0.13.7"
|
2024-06-14 20:35:49 -07:00
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|