Replace pydot by graphviz

This is in an effort to support Python 3: pydot is not compatible with
Python 3, while graphviz is.
This commit is contained in:
Pit Kleyersburg
2016-06-29 11:25:36 +02:00
parent b02c54ce52
commit 522a0c20e7
2 changed files with 15 additions and 20 deletions

View File

@@ -5,6 +5,7 @@ django-filter==0.13.0
django-rest-swagger==0.3.7
django-tables2==1.2.1
djangorestframework==3.3.3
graphviz==0.4.10
Markdown==2.6.6
ncclient==0.4.7
netaddr==0.7.18
@@ -12,6 +13,5 @@ paramiko==2.0.0
psycopg2==2.6.1
py-gfm==0.1.3
pycrypto==2.6.1
pydot==1.0.2
sqlparse==0.1.19
xmltodict==0.10.2