Skip to content
Snippets Groups Projects
Commit 0fa3e7a6 authored by Bjarke Madsen's avatar Bjarke Madsen
Browse files

Add jinja2 as requirement

parent 559bb857
No related branches found
No related tags found
No related merge requests found
...@@ -4,3 +4,4 @@ flask ...@@ -4,3 +4,4 @@ flask
pytest pytest
pytest-mock pytest-mock
responses responses
jinja2
\ No newline at end of file
...@@ -11,7 +11,8 @@ setup( ...@@ -11,7 +11,8 @@ setup(
install_requires=[ install_requires=[
'requests', 'requests',
'jsonschema', 'jsonschema',
'flask' 'flask',
'jinja2'
], ],
include_package_data=True, include_package_data=True,
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment