diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-03-10 19:22:41 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-03-10 19:31:09 +0300 |
commit | 13a34e8a2fe1c3498a9a3e1d56202bb29eb5d17b (patch) | |
tree | f188fb0f394d6b20e68951e88cf555610dad8cf1 /contrib/python/setuptools/py3/.dist-info/METADATA | |
parent | e0439374e8770430b5a391cea94769059544e2a2 (diff) | |
download | ydb-13a34e8a2fe1c3498a9a3e1d56202bb29eb5d17b.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib/python/setuptools/py3/.dist-info/METADATA')
-rw-r--r-- | contrib/python/setuptools/py3/.dist-info/METADATA | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/python/setuptools/py3/.dist-info/METADATA b/contrib/python/setuptools/py3/.dist-info/METADATA index 6abcbef24b..237cc66f13 100644 --- a/contrib/python/setuptools/py3/.dist-info/METADATA +++ b/contrib/python/setuptools/py3/.dist-info/METADATA @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: setuptools -Version: 69.1.0 +Version: 69.1.1 Summary: Easily download, build, install, upgrade, and uninstall Python packages Home-page: https://github.com/pypa/setuptools Author: Python Packaging Authority @@ -43,6 +43,7 @@ Requires-Dist: flake8-2020 ; extra == 'testing' Requires-Dist: virtualenv >=13.0.0 ; extra == 'testing' Requires-Dist: wheel ; extra == 'testing' Requires-Dist: pip >=19.1 ; extra == 'testing' +Requires-Dist: packaging >=23.2 ; extra == 'testing' Requires-Dist: jaraco.envs >=2.2 ; extra == 'testing' Requires-Dist: pytest-xdist ; extra == 'testing' Requires-Dist: jaraco.path >=3.2.0 ; extra == 'testing' @@ -63,7 +64,7 @@ Requires-Dist: jaraco.path >=3.2.0 ; extra == 'testing-integration' Requires-Dist: jaraco.envs >=2.2 ; extra == 'testing-integration' Requires-Dist: build[virtualenv] >=1.0.3 ; extra == 'testing-integration' Requires-Dist: filelock >=3.4.0 ; extra == 'testing-integration' -Requires-Dist: packaging >=23.1 ; extra == 'testing-integration' +Requires-Dist: packaging >=23.2 ; extra == 'testing-integration' Requires-Dist: pytest-cov ; (platform_python_implementation != "PyPy") and extra == 'testing' Requires-Dist: pytest-mypy >=0.9.1 ; (platform_python_implementation != "PyPy") and extra == 'testing' Requires-Dist: jaraco.develop >=7.21 ; (python_version >= "3.9" and sys_platform != "cygwin") and extra == 'testing' |