Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
parser-tinker
Commits
85cc99b3
Commit
85cc99b3
authored
Jul 01, 2020
by
Markus Scheidgen
Browse files
Fixed dependencies in setup.py that broke the install process.
parent
af2bcff3
Changes
2
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
85cc99b3
...
...
@@ -24,8 +24,7 @@ def main():
package_dir
=
{
''
:
'./'
},
packages
=
find_packages
(),
install_requires
=
[
'nomadcore'
,
'nomad'
'nomadcore'
],
)
...
...
tinkerparser.egg-info/requires.txt
View file @
85cc99b3
nomadcore
nomad
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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