www/flexget: drop jinja2 workaround after 04ca9b0f49

This commit is contained in:
Jan Beich 2021-09-11 17:25:38 +00:00
parent a7c6715a7a
commit 485c91db0f

View file

@ -6,15 +6,7 @@
SQLAlchemy >=1.3.10, <1.999
PyYAML>=4.2b1
# Beautifulsoup 4.5+ is required to support different versions of html5lib
@@ -6,28 +6,28 @@ beautifulsoup4>=4.5
html5lib>=0.11
PyRSS2Gen
pynzb
-rpyc~=5.0
-jinja2~=3.0
+rpyc
+jinja2
# There is a bug in requests 2.4.0 where it leaks urllib3 exceptions
@@ -12,22 +12,22 @@ jinja2~=3.0
requests>=2.20.0
python-dateutil
jsonschema>=2.0