Skip to content

Commit da4a456

Browse files
Drop urllib3 from dependencies list in README / docs home page
1 parent 011f2fd commit da4a456

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ The HTTPX project relies on these excellent libraries:
122122
* `rfc3986` - URL parsing & normalization.
123123
* `idna` - Internationalized domain name support.
124124
* `sniffio` - Async library autodetection.
125-
* `urllib3` - Support for the `httpx.URLLib3Transport` class. *(Optional)*
126125
* `brotlipy` - Decoding for "brotli" compressed responses. *(Optional)*
127126

128127
A huge amount of credit is due to `requests` for the API layout that

docs/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ The HTTPX project relies on these excellent libraries:
114114
* `rfc3986` - URL parsing & normalization.
115115
* `idna` - Internationalized domain name support.
116116
* `sniffio` - Async library autodetection.
117-
* `urllib3` - Support for the `httpx.URLLib3Transport` class. *(Optional)*
118117
* `brotlipy` - Decoding for "brotli" compressed responses. *(Optional)*
119118

120119
A huge amount of credit is due to `requests` for the API layout that

0 commit comments

Comments
 (0)