use brotli package

only-use-default-headers-for-plain-requests
dgtlmoon 2 years ago
parent 5b3f240846
commit b72d6f8dec

@ -10,7 +10,10 @@ flask_restful
pytz
# Set these versions together to avoid a RequestsDependencyWarning
requests[socks] ~= 2.26
# >= 2.26 also adds Brotli support if brotli is installed
brotli ~= 1.0
requests[socks] ~= 2.28
urllib3 > 1.26
chardet > 2.3.0

Loading…
Cancel
Save