feat: Add cq-editor as dev dependency #8

Merged
aniva merged 3 commits from chore/version into main 2024-12-07 13:38:05 -08:00
2 changed files with 3508 additions and 1 deletions
Showing only changes of commit 016b717b41 - Show all commits

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"
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"]