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
nomad-lab
parser-fplo
Commits
bb3f0f0d
Commit
bb3f0f0d
authored
Jul 01, 2020
by
Markus Scheidgen
Browse files
Fixed dependencies in setup.py that broke the install process.
parent
e4bd0a1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
bb3f0f0d
...
@@ -24,8 +24,7 @@ def main():
...
@@ -24,8 +24,7 @@ def main():
package_dir
=
{
''
:
'./'
},
package_dir
=
{
''
:
'./'
},
packages
=
find_packages
(),
packages
=
find_packages
(),
install_requires
=
[
install_requires
=
[
'nomadcore'
,
'nomadcore'
'nomad'
],
],
)
)
...
...
Write
Preview
Markdown
is supported
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