Skip to content

Commit

Permalink
Change required version of click (#66)
Browse files Browse the repository at this point in the history
* build: change required version of click

* build: change required version of click package
  • Loading branch information
midezz committed Jan 8, 2021
1 parent 3596b3a commit 6ae8211
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 6ae8211

Please sign in to comment.