We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b636850 commit 5c59e68Copy full SHA for 5c59e68
1 file changed
setup.py
@@ -6,5 +6,5 @@
6
name='pythonwhat',
7
version='2.3.0',
8
packages=['pythonwhat', 'pythonwhat.test_funcs'],
9
- install_requires=["dill", "IPython", "numpy", "pandas", "markdown2"]
+ install_requires=["dill", "IPython", "numpy", "pandas", "markdown2", "jinja2"]
10
)
0 commit comments