Hi.
I just noticed that punq doesn't depend on pkg_resources explicitly. The only thing that hints at this is recommended way of installation using pip.
(.venv) username:~$ python
Python 3.8.20 (default, Sep 9 2024, 22:12:42)
[Clang 18.1.8 ] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import punq
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/username/.venv/lib/python3.8/site-packages/punq/__init__.py", line 27, in <module>
from pkg_resources import DistributionNotFound
ModuleNotFoundError: No module named 'pkg_resources'
Hi.
I just noticed that punq doesn't depend on pkg_resources explicitly. The only thing that hints at this is recommended way of installation using pip.