Skip to content

Commit

Permalink
updated Jinja2 version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
rongxin-liu committed Mar 11, 2022
1 parent b13e359 commit 2204e9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
license="GPLv3",
description="This is compare50, with which you can compare files for similarities.",
install_requires=["attrs>=18,<21", "intervaltree>=3,<4", "lib50>=2,<4", "numpy>=1.15,<2", "pygments>=2.2,<3", "jinja2>=2.10,<3", "termcolor>=1.1.0,<2", "tqdm>=4.32,<5"],
install_requires=["attrs>=18,<21", "intervaltree>=3,<4", "lib50>=2,<4", "numpy>=1.15,<2", "pygments>=2.2,<3", "jinja2>=3,<4", "termcolor>=1.1.0,<2", "tqdm>=4.32,<5"],
extras_require = {
"develop": ["sphinx", "sphinx_rtd_theme", "sphinx-autobuild", "line_profiler"]
},
Expand All @@ -21,6 +21,6 @@
packages=find_packages(exclude=["tests"]),
scripts=["bin/compare50"],
url="https://github.com/cs50/compare50",
version="1.2.5",
version="1.2.6",
include_package_data=True,
)

0 comments on commit 2204e9b

Please sign in to comment.