Update optional requirements

This commit is contained in:
Dimitris Zlatanidis 2015-09-12 07:10:35 +03:00
parent 302bd43b51
commit d6356a4a96
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@
# http (alternative downloader)
#
# [OPTIONAL]
# pygraphviz >= 1.3rc2 (drawing dependencies diagram)
# pygraphviz >= 1.3.1 (drawing dependencies diagram)
#
# [OPTIONAL]
# perl 5

View file

@ -39,7 +39,7 @@ DOCS_REQUIREMENTS = []
TESTS_REQUIREMENTS = []
OPTIONAL_REQUIREMENTS = [
"python2-pythondialog >= 3.3.0",
"pygraphviz >= 1.3rc2"
"pygraphviz >= 1.3.1"
]
# Non-Python/non-PyPI optional dependencies: