Marcel Telka
2023-12-21 9ca34b97dd1e30cb3da48a1fdfcd556b8a82da57
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Remove dependencies not needed to run tests.
 
--- httpx-0.26.0/requirements.txt.orig
+++ httpx-0.26.0/requirements.txt
@@ -2,22 +2,13 @@
 # On the other hand, we're not pinning package dependencies, because our tests
 # needs to pass with the latest version of the packages.
 # Reference: https://github.com/encode/httpx/pull/1721#discussion_r661241588
--e .[brotli,cli,http2,socks]
+.[socks]
 
 # Optional charset auto-detection
 # Used in our test cases
 chardet==5.2.0
 types-chardet==5.0.4.5
 
-# Documentation
-mkdocs==1.5.3
-mkautodoc==0.2.0
-mkdocs-material==9.4.14
-
-# Packaging
-build==1.0.3
-twine==4.0.2
-
 # Tests & Linting
 coverage[toml]==7.3.0
 cryptography==41.0.7