Skip to content

Commit

Permalink
Merge pull request #186 from arrrlo/hotfix/version-fix
Browse files Browse the repository at this point in the history
project/version requirement specifiers fix
  • Loading branch information
arrrlo authored Jul 3, 2024
2 parents d186134 + 250c8b7 commit c7b0705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def version():
'colorama~=0.4',
'pyfiglet~=0.8',
'termcolor~=1.1',
'click>=7.0<=8.2',
'click>=7.0, <=8.2',
'six~=1.12',
'requests~=2.21',
'Pillow>=8.1.1',
Expand Down

0 comments on commit c7b0705

Please sign in to comment.