[tool.poetry] name = "nhf" version = "0.1.0" description = "NorCal Hakkero Factory No. 1 Cosplay Designs" authors = ["Leni Aniva "] readme = "README.md" [tool.poetry.dependencies] python = "^3.10" cadquery = {git = "https://github.com/CadQuery/cadquery.git"} #build123d = "^0.5.0" numpy = ">=2,<3" colorama = "^0.4.6" # cadquery dependency multimethod = "^1.12" scipy = "^1.14.0" typish = "^1.9.3" [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" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"