Skip to content

Commit

Permalink
Fix Jinja2 and MarkupSafe version issues (#424)
Browse files Browse the repository at this point in the history
* fix(requirements): limit Jinja2 version to latest `2.x`

This should fix `tannerweb` issues `AttributeError: module 'jinja2' has no attribute 'contextfunction'`

* fix(requirements): limit `MarkupSafe` version to `2.0.x`

Required by `Jinja2` version `2.x`
  • Loading branch information
nikAizuddin authored Mar 11, 2024
1 parent 245d628 commit 94740df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ redis
aioredis
pymongo
pylibinjection
jinja2
jinja2<3.0.0
MarkupSafe<2.1.0
pycodestyle
geoip2
aiodocker
Expand Down

0 comments on commit 94740df

Please sign in to comment.