Skip to content

Commit ea7a93a

Browse files
author
Kareem Zidane
committed
up attrs max version
1 parent 54fc0a8 commit ea7a93a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
license="GPLv3",
1313
description="This is compare50, with which you can compare files for similarities.",
14-
install_requires=["attrs>=18,<19.2.0", "intervaltree>=2.1.0,<3", "lib50>=2,<4", "numpy>=1.15,<2", "pygments>=2.2,<3", "jinja2>=2.10,<3", "termcolor>=1.1.0,<2", "tqdm>=4.32,<5"],
14+
install_requires=["attrs>=18,<21", "intervaltree>=2.1.0,<3", "lib50>=2,<4", "numpy>=1.15,<2", "pygments>=2.2,<3", "jinja2>=2.10,<3", "termcolor>=1.1.0,<2", "tqdm>=4.32,<5"],
1515
extras_require = {
1616
"develop": ["sphinx", "sphinx_rtd_theme", "line_profiler"]
1717
},
@@ -21,6 +21,6 @@
2121
packages=find_packages(exclude=["tests"]),
2222
scripts=["bin/compare50"],
2323
url="https://github.com/cs50/compare50",
24-
version="1.2.0",
24+
version="1.2.1",
2525
include_package_data=True,
2626
)

0 commit comments

Comments
 (0)