mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
Update optional dependencies
This commit is contained in:
parent
b204ffdaa9
commit
10faf53584
1 changed files with 2 additions and 0 deletions
2
setup.py
2
setup.py
|
@ -40,6 +40,8 @@ TESTS_REQUIREMENTS = []
|
||||||
OPTIONAL_REQUIREMENTS = [
|
OPTIONAL_REQUIREMENTS = [
|
||||||
"pygraphviz >= 1.3rc2",
|
"pygraphviz >= 1.3rc2",
|
||||||
]
|
]
|
||||||
|
# Non-Python/non-PyPI optional dependencies:
|
||||||
|
# ascii diagram: graph-easy (available from SBo repository)
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="slpkg",
|
name="slpkg",
|
||||||
|
|
Loading…
Reference in a new issue