Source: responses Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Andrew Starr-Bochicchio Build-Depends: debhelper-compat (= 13), dh-python, python3-all, python3-pytest , python3-pytest-asyncio , python3-pytest-httpserver , python3-requests, python3-setuptools, python3-tomli-w , python3-urllib3 (>= 1.25.10), python3-yaml, Standards-Version: 4.6.2 Rules-Requires-Root: no Homepage: https://github.com/getsentry/responses Vcs-Git: https://salsa.debian.org/python-team/packages/responses.git Vcs-Browser: https://salsa.debian.org/python-team/packages/responses Package: python3-responses Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Description: Utility library for mocking out the requests Python 3 library responses is a module used to mock out the `requests' Python 3 library in order to perform unit tests. . This package provides the Python 3 module.