Skip to content

Commit 51d60c7

Browse files
author
Kaushik Ghose
committed
Remove deprecated dependencies and files
1 parent 91bf966 commit 51d60c7

File tree

3 files changed

+0
-51
lines changed

3 files changed

+0
-51
lines changed

benten/models/workfloweditmixin.py

-46
This file was deleted.

codecov.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
ignore:
2-
- "benten/guimain.py"
32
- "benten/version.py"
4-
- "benten/gui/*"

setup.py

-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919
python_requires='>=3.7.0',
2020
install_requires=[
2121
"pyyaml",
22-
"PySide2",
23-
"qdarkstyle",
24-
"pygraphviz", # For the "dot" layout algorithm
2522
"sevenbridges-python"
2623
],
2724
entry_points={

0 commit comments

Comments
 (0)