PR #179 was merged and requests-cache is now a mandatory dependency. However, it was not added to the dependency list. We should yank the broken release on PyPI, fix that, and mint a new release.
PS: I also recommend consolidating everything in the setup.py/setup.cfg to the pyproject.toml. At the time it didn't make sense, but the GH bug that prevent it from reading the metadata from pyproject.toml was fixed a while back and it is safe to do this now.
PR #179 was merged and
requests-cacheis now a mandatory dependency. However, it was not added to the dependency list. We should yank the broken release on PyPI, fix that, and mint a new release.PS: I also recommend consolidating everything in the setup.py/setup.cfg to the pyproject.toml. At the time it didn't make sense, but the GH bug that prevent it from reading the metadata from pyproject.toml was fixed a while back and it is safe to do this now.