mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
Update optional requirements
This commit is contained in:
parent
302bd43b51
commit
d6356a4a96
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
|||
# http (alternative downloader)
|
||||
#
|
||||
# [OPTIONAL]
|
||||
# pygraphviz >= 1.3rc2 (drawing dependencies diagram)
|
||||
# pygraphviz >= 1.3.1 (drawing dependencies diagram)
|
||||
#
|
||||
# [OPTIONAL]
|
||||
# perl 5
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue