Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
parser-asap
Compare Revisions
dd555aad1ce925b5b56be7e55b6650f959ea5261...21f8b2d1746685e9dce966c456cab98f044dc8ec
Commits (1)
Fixed dependencies in setup.py that broke the install process.
· 21f8b2d1
Markus Scheidgen
authored
Jul 01, 2020
21f8b2d1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
21f8b2d1
...
...
@@ -24,8 +24,7 @@ def main():
package_dir
=
{
''
:
'./'
},
packages
=
find_packages
(),
install_requires
=
[
'nomadcore'
,
'nomad'
'nomadcore'
],
)
...
...