Skip to content
Snippets Groups Projects
Commit eacc5240 authored by René Heß's avatar René Heß
Browse files

Install pyaml into virtual env

parent 3d3b6dd9
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ setup(name='dune.codegen',
'dune.codegen.ufl',
'dune.codegen.ufl.transformations',
],
install_requires=['sympy', 'frozendict', 'pytest', 'pytest-pep8', 'filelock', 'cerberus', 'pyyaml'],
install_requires=['sympy', 'frozendict', 'pytest', 'pytest-pep8', 'filelock', 'cerberus', 'pyaml'],
cmdclass={'test': PyTest},
entry_points = {
"console_scripts": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment