Skip to content

Commit

Permalink
Remove Click version restriction after upstream mypy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ragibson committed Jul 18, 2023
1 parent 01841bc commit 298b783
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,15 @@
readme = readme_file.read()

requirements = [
# TODO: remove Click restriction after release of 8.1.6 or merge of
# https://github.com/pallets/click/pull/2565
"Click<8.1.4", "Pillow", "numpy; python_version>='3.9'",
"Click", "Pillow", "numpy; python_version>='3.9'",
"numpy>=1.15.4,<1.25.0; python_version>='3.8' and python_version<'3.9'"
]

setup(
author="Ryan Gibson",
author_email="[email protected]",
name="stego-lsb",
version="1.5.0",
version="1.5.1",
description="stego lsb",
keywords="stego lsb",
license="MIT",
Expand Down

0 comments on commit 298b783

Please sign in to comment.