Skip to content

Commit

Permalink
Require click version 8 and bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrik-corneliusson committed Jul 6, 2021
1 parent 92d3fde commit f242715
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 @@ -7,7 +7,7 @@
LONG_DESCRIPTION = f.read()

requirements = [
'click>=7.1',
'click>=8.0',
'Flask>=1.1',
'Jinja2>=2.11',
'flask_httpauth>=3.2.4'
Expand All @@ -25,7 +25,7 @@

setup(
name='click-web',
version='0.7.4',
version='0.8.0',
url='https://github.com/fredrik-corneliusson/click-web',
author='Fredrik Corneliusson',
author_email='[email protected]',
Expand Down

0 comments on commit f242715

Please sign in to comment.