Files @ 3dabbbc9da89
Branch filter:

Location: kallithea/dev_requirements.txt

mads
setup: use importlib instead of pkg_resources

Address warnings like:
UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
import pkg_resources
1
2
3
4
5
6
7
8
9
pytest >= 4.6.6, < 8.5
pytest-sugar >= 0.9.2, < 1.2
pytest-benchmark >= 3.2.2, < 5.2
pytest-localserver >= 0.5.0, < 0.10
mock >= 3.0.0, < 5.3
Sphinx >= 1.8.0, < 9
WebTest >= 2.0.6, < 3.1
isort >= 6, < 6.2
pyflakes >= 3.4, < 3.5