feat: Add cq-editor in dev dependencies

This commit is contained in:
Leni Aniva 2024-12-06 12:40:57 -08:00
parent eace8745f3
commit 016b717b41
Signed by: aniva
GPG Key ID: 4D9B1C8D10EA4C50
2 changed files with 3508 additions and 1 deletions

3503
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -17,6 +17,12 @@ multimethod = "^1.12"
scipy = "^1.14.0" scipy = "^1.14.0"
typish = "^1.9.3" 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] [build-system]
requires = ["poetry-core"] requires = ["poetry-core"]