Skip to content

Commit

Permalink
Merge pull request #33 from cs50/develop
Browse files Browse the repository at this point in the history
lowered attrs max version
  • Loading branch information
Kareem Zidane authored Oct 18, 2019
2 parents 108370e + 91ee0df commit 9a24f08
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,<20", "intervaltree>=2.1.0,<3", "lib50>=2,<3", "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,<19.2.0", "intervaltree>=2.1.0,<3", "lib50>=2,<3", "numpy>=1.15,<2", "pygments>=2.2,<3", "jinja2>=2.10,<3", "termcolor>=1.1.0,<2", "tqdm>=4.32,<5"],
extras_require = {
"develop": ["sphinx", "sphinx_rtd_theme", "line_profiler"]
},
Expand All @@ -21,6 +21,6 @@
packages=find_packages(exclude=["tests"]),
scripts=["bin/compare50"],
url="https://github.com/cs50/compare50",
version="1.1.1",
version="1.1.2",
include_package_data=True,
)

0 comments on commit 9a24f08

Please sign in to comment.