Skip to content

Commit

Permalink
project/version requirement specifiers fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arrrlo committed Jul 3, 2024
1 parent 7a722e0 commit 250c8b7
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
@@ -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',

0 comments on commit 250c8b7

Please sign in to comment.