Skip to content

Commit 728bcb8

Browse files
committed
remove graphviz dep
1 parent 02753be commit 728bcb8

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ schema-salad>=2.6.20170927145003,<3
66
typing>=3.5.3
77
pathlib2==2.3.2; python_version<"3"
88
prov==1.5.1
9-
graphviz==0.8.2
10-
# for testing only
119
bagit==1.6.4
1210
mypy-extensions
1311
subprocess32 >= 3.5.0; os.name=="posix"

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
'mypy-extensions',
6060
'six >= 1.8.0',
6161
'prov == 1.5.1',
62-
'graphviz == 0.8.2',
6362
'bagit >= 1.6.4',
6463
],
6564
extras_require={

0 commit comments

Comments
 (0)