Skip to content

Commit

Permalink
chore: Change required version of click
Browse files Browse the repository at this point in the history
  • Loading branch information
midezz authored and Stranger6667 committed Jan 8, 2021
1 parent 3596b3a commit 789c5fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ Changelog
`Unreleased`_
-------------

Changed
~~~~~~~

- Required version of click package

`0.6.0`_ - 2018-08-11
---------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
install_requires = [
"attrs<19",
"psycopg2<2.8",
"click<7",
"click>=6",
]
if sys.version_info[0] == 2:
install_requires.append("repoze.lru==0.7")
Expand Down

0 comments on commit 789c5fb

Please sign in to comment.