feat: Add cq-editor in dev dependencies
This commit is contained in:
parent
eace8745f3
commit
016b717b41
File diff suppressed because it is too large
Load Diff
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue