diff --git a/pyproject.toml b/pyproject.toml index 6ecfc2c..1f36ea0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "pycryptodome>=3.20.0", "distro>=1.9.0", "tqdm>=4.67.1", - "httpx==0.28.1", + "httpx[http2]>=0.28.1", "PyExecJS>=1.5.1" ] diff --git a/requirements.txt b/requirements.txt index 2cfdfb0..18f105b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ loguru>=0.7.3 pycryptodome>=3.20.0 distro>=1.9.0 tqdm>=4.67.1 -httpx>=0.28.1 +httpx[http2]>=0.28.1 PyExecJS>=1.5.1 \ No newline at end of file diff --git a/setup.py b/setup.py index 6c0a06b..5a8fce2 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup( 'pycryptodome>=3.20.0', 'distro>=1.9.0', 'tqdm>=4.67.1', - 'httpx>=0.28.1' + 'httpx[http2]>=0.28.1' 'PyExecJS>=1.5.1', ], classifiers=[