diff --git a/setup.py b/setup.py index e379006..88e5f31 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ install_requires=[ 'authlib', 'autopep8', - 'httpx<=0.18.1', + 'httpx', 'prompt_toolkit', 'python-dateutil', 'selenium',