Skip to content
Snippets Groups Projects
Commit 58d45d16 authored by Markus Scheidgen's avatar Markus Scheidgen
Browse files

Enhanced standalone usage.

parent a1cba853
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,29 @@ def main():
'nomadcore.unit_conversion': ['*.txt'],
'nomadcore.md_data_access': ['test/*'],
'nomadcore.metainfo_storage': ['*.txt'],
}
},
install_requires=[
"future",
"numpy",
"cython",
"Pint==0.7.2",
"ase==3.15.0",
"setuptools",
"scipy",
"panedr==0.2",
"parmed==3.0.0",
"pandas",
"pyyaml",
"h5py",
"hjson",
"enum34"],
extras_require={
"md": [
"mdtraj==1.9.1",
"mdanalysis==0.16.2"
]
},
)
# Run main function by default
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment