Skip to content

Commit

Permalink
Try unpinning jinja2
Browse files Browse the repository at this point in the history
  • Loading branch information
tw4l committed May 13, 2024
1 parent 6eb048e commit d9bbad7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,13 @@ def run_tests(self):
cmdclass={'test': PyTest},
test_suite='',
tests_require=[
'flask==2.2.4',
'werkzeug==2.2.3',
'pytest',
'pytest-cov',
'httpbin==0.5.0',
'requests',
'wsgiprox',
'jinja2<3.0.0',
'jinja2',
],
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit d9bbad7

Please sign in to comment.