Skip to content
Snippets Groups Projects
Commit 87d38a87 authored by Karl-Hermann Wieners's avatar Karl-Hermann Wieners
Browse files

Global: update install requirement settings

parent 89ab6379
No related branches found
No related tags found
No related merge requests found
......@@ -14,5 +14,5 @@ setup(
data_files = [('share/doc/'+package_info.name, ['doc/mkexp.pdf', 'mkexp.bash'])],
platforms = ['Posix'],
license = 'LICENSE.txt',
requires = ['Jinja2(>= 2.6)']
install_requires = ['Jinja2(>= 2.6)', 'six']
)
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