Skip to content

Commit

Permalink
Bugfix httpx version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
mkb79 committed Apr 11, 2022
1 parent bd15cfe commit 404e7c3
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 @@ -46,7 +46,7 @@ def read_from_file(key):
],
install_requires=[
'beautifulsoup4',
"httpx>=0.20.*,<=0.22.*",
'httpx>=0.20.0,<0.23.0',
'pbkdf2',
'Pillow',
'pyaes',
Expand Down

0 comments on commit 404e7c3

Please sign in to comment.