diff options
Diffstat (limited to 'third_party/python/urllib3/src/urllib3.egg-info/requires.txt')
-rw-r--r-- | third_party/python/urllib3/src/urllib3.egg-info/requires.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/third_party/python/urllib3/src/urllib3.egg-info/requires.txt b/third_party/python/urllib3/src/urllib3.egg-info/requires.txt new file mode 100644 index 0000000000..ba01eaf2e6 --- /dev/null +++ b/third_party/python/urllib3/src/urllib3.egg-info/requires.txt @@ -0,0 +1,15 @@ + +[brotli] +brotlipy>=0.6.0 + +[secure] +certifi +cryptography>=1.3.4 +idna>=2.0.0 +pyOpenSSL>=0.14 + +[secure:python_version == "2.7"] +ipaddress + +[socks] +PySocks!=1.5.7,<2.0,>=1.5.6 |