Skip to content
Snippets Groups Projects
Commit 5f88bb5c authored by René Fritze's avatar René Fritze Committed by René Milk
Browse files

[py] bump pylicense3 minimal version

parent 6d656ed6
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ setup(name='dune.xt.common',
packages = find_packages(),
zip_safe = 0,
package_data = {'': ['*.so']},
install_requires=['binpacking==1.3', 'cython', 'jinja2', 'docopt', 'pylicense3',
install_requires=['binpacking==1.3', 'cython', 'jinja2', 'docopt', 'pylicense3>=0.2.1',
'ipython', 'pytest', 'pytest-cov', 'cmake_format'],
scripts=['./scripts/generate_compare_functions.py',
'./scripts/distribute_testing.py',
......
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