Fix optional requirements

This commit is contained in:
Dimitris Zlatanidis 2015-08-11 03:49:52 +03:00
parent a9b23bcce4
commit 88058000f8

View file

@ -39,7 +39,6 @@ DOCS_REQUIREMENTS = []
TESTS_REQUIREMENTS = []
OPTIONAL_REQUIREMENTS = [
"pygraphviz >= 1.3rc2",
"graph-easy >= 0.75"
]
setup(