aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/requests/py3/.dist-info
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-06-14 12:58:08 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-06-14 12:58:08 +0300
commit779122141c88885682c913bb05f9337579c2006c (patch)
treea1950bcd7a5d56f0a1d31142fae6a666178d8230 /contrib/python/requests/py3/.dist-info
parent3472d1ac59ed9de4b1d8091b507660d3bdc55f9a (diff)
downloadydb-779122141c88885682c913bb05f9337579c2006c.tar.gz
intermediate changes
ref:d537698eabf7776f0407a570f9e2d6517d0627b9
Diffstat (limited to 'contrib/python/requests/py3/.dist-info')
-rw-r--r--contrib/python/requests/py3/.dist-info/METADATA19
1 files changed, 8 insertions, 11 deletions
diff --git a/contrib/python/requests/py3/.dist-info/METADATA b/contrib/python/requests/py3/.dist-info/METADATA
index 6363b2098e..606c27dd52 100644
--- a/contrib/python/requests/py3/.dist-info/METADATA
+++ b/contrib/python/requests/py3/.dist-info/METADATA
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: requests
-Version: 2.27.1
+Version: 2.28.0
Summary: Python HTTP for Humans.
Home-page: https://requests.readthedocs.io
Author: Kenneth Reitz
@@ -16,30 +16,27 @@ Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
-Classifier: Programming Language :: Python :: 2
-Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
+Classifier: Programming Language :: Python :: 3.11
+Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries
-Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*
+Requires-Python: >=3.7, <4
Description-Content-Type: text/markdown
+License-File: LICENSE
+Requires-Dist: charset-normalizer (~=2.0.0)
+Requires-Dist: idna (<4,>=2.5)
Requires-Dist: urllib3 (<1.27,>=1.21.1)
Requires-Dist: certifi (>=2017.4.17)
-Requires-Dist: chardet (<5,>=3.0.2) ; python_version < "3"
-Requires-Dist: idna (<3,>=2.5) ; python_version < "3"
-Requires-Dist: charset-normalizer (~=2.0.0) ; python_version >= "3"
-Requires-Dist: idna (<4,>=2.5) ; python_version >= "3"
Provides-Extra: security
Provides-Extra: socks
Requires-Dist: PySocks (!=1.5.7,>=1.5.6) ; extra == 'socks'
-Requires-Dist: win-inet-pton ; (sys_platform == "win32" and python_version == "2.7") and extra == 'socks'
Provides-Extra: use_chardet_on_py3
Requires-Dist: chardet (<5,>=3.0.2) ; extra == 'use_chardet_on_py3'
@@ -78,7 +75,7 @@ Requests is available on PyPI:
$ python -m pip install requests
```
-Requests officially supports Python 2.7 & 3.6+.
+Requests officially supports Python 3.7+.
## Supported Features & Best–Practices