pnuckowski / aioresponses

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

replaced pkg_resources with packaging module #241

Closed iamibi closed 1 year ago

iamibi commented 1 year ago

Fixes https://github.com/pnuckowski/aioresponses/issues/240

The official documentation of pkg_resources displays a warning to not access it directly. Instead, using the packaging module for the same to achieve it.

iamibi commented 1 year ago

@pnuckowski

ImreC commented 1 year ago

Running into this as well. Would be nice to merge this @pnuckowski

luis-carlon commented 1 year ago

🙏 @pnuckowski

jonashaag commented 11 months ago

The packaging module is missing from the list of dependencies.

gaby commented 9 months ago

@pnuckowski @iamibi packaging needed to be added as a dependency, package now fails to install

250