pnuckowski / aioresponses

Aioresponses is a helper for mock/fake web requests in python aiohttp package.
MIT License
508 stars 86 forks source link

Missing setuptools as dependency #240

Closed josham closed 1 year ago

josham commented 1 year ago

pkg_resources is imported and used but setuptools is not listed as a dependency -- see core.py. As a result, errors occur when installing in python environments that don't have setuptools.