Skip to content

Commit 404e7c3

Browse files
committed
Bugfix httpx version requirement
1 parent bd15cfe commit 404e7c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def read_from_file(key):
4646
],
4747
install_requires=[
4848
'beautifulsoup4',
49-
"httpx>=0.20.*,<=0.22.*",
49+
'httpx>=0.20.0,<0.23.0',
5050
'pbkdf2',
5151
'Pillow',
5252
'pyaes',

0 commit comments

Comments
 (0)