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-gromacs
Compare Revisions
ae0068cd75c1b0f6bb818e8cbd5a6a72fe7722f4...f7f156204c16b54e4df998a8a275bcf4a5aaf901
Commits (1)
Fixed dependencies in setup.py that broke the install process.
· f7f15620
Markus Scheidgen
authored
Jul 01, 2020
f7f15620
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
f7f15620
...
...
@@ -24,8 +24,7 @@ def main():
package_dir
=
{
''
:
'./'
},
packages
=
find_packages
(),
install_requires
=
[
'nomadcore'
,
'nomad'
'nomadcore'
],
)
...
...