Skip to content

Commit

Permalink
Merge pull request #1039 from hramezani/issue_1038
Browse files Browse the repository at this point in the history
Upgrade click version in setup.py
  • Loading branch information
atugushev committed Jan 22, 2020
2 parents 8e8312d + ba35791 commit 30e90be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -26,7 +26,7 @@ def read_file(filename):
package_data={},
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*",
setup_requires=["setuptools_scm"],
install_requires=["click>=6", "six"],
install_requires=["click>=7", "six"],
zip_safe=False,
entry_points={
"console_scripts": [
Expand Down

0 comments on commit 30e90be

Please sign in to comment.