1 Remove dependencies not needed to run tests.
3 --- httpx-0.27.2/requirements.txt.orig
4 +++ httpx-0.27.2/requirements.txt
6 # On the other hand, we're not pinning package dependencies, because our tests
7 # needs to pass with the latest version of the packages.
8 # Reference: https://github.com/encode/httpx/pull/1721#discussion_r661241588
9 --e .[brotli,cli,http2,socks,zstd]
12 # Optional charset auto-detection
13 # Used in our test cases
19 -mkdocs-material==9.5.30