Unverified Commit 8879fcf7 authored by Jason Choi's avatar Jason Choi
Browse files

updated poetry config to build with panel

parent 0ea97b1b
Loading
Loading
Loading
Loading
Loading
+1088 −128

File changed.

Preview size limit exceeded, changes collapsed.

+2 −0
Original line number Diff line number Diff line
@@ -11,10 +11,12 @@ packages = [{include = "py_mvvm"}]
python = "^3.10"
pyqt6 = { version = "^6.7.0", optional = true }
trame = { version = "^3.5.1", optional = true }
panel = { version = "^1.4.4", optional = true }

[tool.poetry.extras]
pyqt6 = ["pyqt6"]
trame = ["trame"]
panel = ["panel"]

[build-system]
requires = ["poetry-core"]