Merge pull request #1014 from tobast/tobast/pkg_resources_deprecation
Some checks failed
Release / jest (push) Failing after 2m54s
Release / Lint: check-manifest (push) Failing after 1m58s
Release / Lint: flake8 (push) Failing after 6s
Release / Test: Python 3.7 (push) Failing after 7s
Release / Publish: PyPi (push) Has been skipped
Release / Publish: Debian to DockerHub (push) Has been skipped
Release / Publish: Alpine to DockerHub (push) Has been skipped

Setuptools' pkg_resources deprecation: use packaging instead
This commit is contained in:
James Barnsley
2026-04-02 16:28:25 +13:00
committed by GitHub
3 changed files with 6 additions and 5 deletions

View File

@ -28,6 +28,7 @@ install_requires =
Mopidy >= 3.0
Pykka >= 2.0.1
setuptools
packaging
[options.extras_require]