Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
DZDPythonModules
neo4j-meta-tracker
Commits
7bb9df5f
Commit
7bb9df5f
authored
Apr 11, 2022
by
Tim Bleimehl
🤸🏼
Browse files
remove optional dep
parent
68964863
Pipeline
#1640
passed with stage
in 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
7bb9df5f
...
...
@@ -14,7 +14,7 @@ setup(
author_email
=
"tim.bleimehl@helmholtz-muenchen.de"
,
license
=
"MIT"
,
packages
=
[
"NeoMetaLogger"
],
install_requires
=
[
"py2neo"
,
"DZDUtils"
,
"pygraphviz"
],
install_requires
=
[
"py2neo"
,
"DZDUtils"
],
python_requires
=
">=3.9"
,
zip_safe
=
False
,
include_package_data
=
True
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment