File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,9 @@ dependencies = [
2424]
2525
2626[project .optional-dependencies ]
27- dev = [
28- " NodeGraphQt @ git+https://github.com/cancom84/NodeGraphQt-PySide6.git"
29- ]
27+ # dev = [
28+ # "NodeGraphQt @ git+https://github.com/cancom84/NodeGraphQt-PySide6.git"
29+ # ]
3030
3131[project .scripts ]
3232quest = " quest.__main__:main"
Original file line number Diff line number Diff line change 4242 # "NodeGraphQt @ git+https://github.com/cancom84/NodeGraphQt-PySide6.git",
4343 ],
4444 extras_require = {
45- "dev" : [
46- "NodeGraphQt @ git+https://github.com/cancom84/NodeGraphQt-PySide6.git"
47- ]
45+ # "dev": [
46+ # "NodeGraphQt @ git+https://github.com/cancom84/NodeGraphQt-PySide6.git"
47+ # ]
4848 },
4949 package_data = {
5050 "" : [
You can’t perform that action at this time.
0 commit comments