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
68964863
Commit
68964863
authored
Apr 11, 2022
by
Tim Bleimehl
🤸🏼
Browse files
add miising dep
parent
ccc66a23
Pipeline
#1639
failed with stage
in 39 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
DEV_NOTES.md
View file @
68964863
...
...
@@ -2,4 +2,9 @@
https://networkx.org/documentation/latest/tutorial.html#drawing-graphs
https://github.com/jexp/neo4j-graphviz
\ No newline at end of file
https://github.com/jexp/neo4j-graphviz
# todo
output schema in https://linkml.io/linkml/
\ No newline at end of file
setup.py
View file @
68964863
...
...
@@ -14,10 +14,7 @@ setup(
author_email
=
"tim.bleimehl@helmholtz-muenchen.de"
,
license
=
"MIT"
,
packages
=
[
"NeoMetaLogger"
],
install_requires
=
[
"py2neo"
,
"DZDUtils"
,
],
install_requires
=
[
"py2neo"
,
"DZDUtils"
,
"pygraphviz"
],
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