mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-17 07:48:18 +01:00
Fix optional requirements
This commit is contained in:
parent
a9b23bcce4
commit
88058000f8
1 changed files with 0 additions and 1 deletions
1
setup.py
1
setup.py
|
@ -39,7 +39,6 @@ DOCS_REQUIREMENTS = []
|
|||
TESTS_REQUIREMENTS = []
|
||||
OPTIONAL_REQUIREMENTS = [
|
||||
"pygraphviz >= 1.3rc2",
|
||||
"graph-easy >= 0.75"
|
||||
]
|
||||
|
||||
setup(
|
||||
|
|
Loading…
Reference in a new issue