Commit edf5ddd
committed
loader: Use MarkupSafe:2.0.1 specifically
The ru.vyarus.use-python will download MarkupSafe 2.1.1 on my laptopn
with Python 3.8. But MarkupSafe removed soft_unicode from 2.1.0, used by
jinja2:2.10.3, and it will cause importing error when running `./gradlew
build` under src/loader directory. Instead of updating jinja2, this CL
try to fix MarkupSafe version for loader to fix building problem.
The release note of MarkupSafe is here:
https://markupsafe.palletsprojects.com/en/2.1.x/changes/#version-2-1-0.
Signed-off-by: utzcoz <utzcoz@outlook.com>1 parent 915196a commit edf5ddd
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
0 commit comments