mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-29 20:34:22 +01:00
Update requirements
This commit is contained in:
parent
0dd9294909
commit
8a9f95e539
1 changed files with 4 additions and 0 deletions
4
setup.py
4
setup.py
|
@ -35,6 +35,8 @@ except ImportError:
|
|||
from distutils.core import setup
|
||||
|
||||
INSTALLATION_REQUIREMENTS = []
|
||||
DOCS_REQUIREMENTS = []
|
||||
TESTS_REQUIREMENTS = []
|
||||
OPTIONAL_REQUIREMENTS = [
|
||||
"pygraphviz >= 1.3rc2",
|
||||
"graph-easy >= 0.75"
|
||||
|
@ -56,6 +58,8 @@ setup(
|
|||
install_requires=INSTALLATION_REQUIREMENTS,
|
||||
extras_require={
|
||||
"optional": OPTIONAL_REQUIREMENTS,
|
||||
"docs": DOCS_REQUIREMENTS,
|
||||
"tests": TESTS_REQUIREMENTS,
|
||||
},
|
||||
classifiers=[
|
||||
"Development Status :: 5 - Production/Stable",
|
||||
|
|
Loading…
Add table
Reference in a new issue