Skip to content

Commit 228f092

Browse files
committed
Trying to fix jinja2 import error
When pushing to prod I'm getting the following error: ``` ImportError: cannot import name 'escape' from 'jinja2' ``` It looks like some library I'm using is importing something from Jinja2 which has been deprecated and removed. Fixing the version of `Jinja2` to `3.0.3` should fix this issue according to: pallets/jinja#1626
1 parent 1b548fa commit 228f092

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Pillow==9.0.1
2+
jinja2==3.0.3
23
python-dateutil==2.8.1
34
toml==0.10.0
45
boto3==1.11.3

0 commit comments

Comments
 (0)