Closed
Description
When trying to upgrade from 0.7.1 to 0.7.2, I started getting errors from pyfaidx like:
../../named_caches/pex_root/venvs/s/ca27a750/venv/lib/python3.8/site-packages/pyfaidx/__init__.py:21: in <module>
from pkg_resources import get_distribution
E ModuleNotFoundError: No module named 'pkg_resources'
It seems that in the switch to pyproject.toml, the dependency on setuptools got droped.