Skip to content

Commit c942f32

Browse files
committed
not jinja, but jinja2
1 parent c95dabd commit c942f32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ coverage
55
dask[dataframe]
66
dill
77
ipython
8-
jinja
8+
jinja2
99
numexpr
1010
numpy
1111
pandas

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
'dask[dataframe]',
3131
'dill',
3232
'ipython',
33-
'jinja',
33+
'jinja2',
3434
'numexpr',
3535
'numpy',
3636
'pandas',

0 commit comments

Comments
 (0)