diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-04-13 14:03:20 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-04-13 14:09:35 +0300 |
commit | 3fddd05c708d5078858c4da1716e6cc28ef3815a (patch) | |
tree | 0e35e4ea770770fc9a6e6d209a93f0a40cb5e283 /contrib/python/requests-mock/py3/.dist-info | |
parent | 92aa08112896f9f3fb5b6c124b7eff16fcedcb95 (diff) | |
download | ydb-3fddd05c708d5078858c4da1716e6cc28ef3815a.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib/python/requests-mock/py3/.dist-info')
-rw-r--r-- | contrib/python/requests-mock/py3/.dist-info/METADATA | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/python/requests-mock/py3/.dist-info/METADATA b/contrib/python/requests-mock/py3/.dist-info/METADATA index 6ce8ea41a6..1140c6ced2 100644 --- a/contrib/python/requests-mock/py3/.dist-info/METADATA +++ b/contrib/python/requests-mock/py3/.dist-info/METADATA @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: requests-mock -Version: 1.12.0 +Version: 1.12.1 Summary: Mock out responses from the requests package Home-page: https://requests-mock.readthedocs.io/ Author: Jamie Lennox @@ -22,6 +22,7 @@ Classifier: Programming Language :: Python :: 3.12 Classifier: Programming Language :: Python :: Implementation :: CPython Classifier: Programming Language :: Python :: Implementation :: PyPy Classifier: Topic :: Software Development :: Testing +Requires-Python: >=3.5 License-File: LICENSE Requires-Dist: requests <3,>=2.22 Provides-Extra: fixture |