django-rest-framework/requirements/requirements-testing.txt
2025-11-04 13:56:36 +00:00

10 lines
233 B
Plaintext

# Pytest for running the tests.
pytest>=7.0.1,<8.0
pytest-cov>=4.0.0,<5.0
pytest-django>=4.5.2,<5.0
importlib-metadata<5.0
# temporary pin of attrs
attrs==22.1.0
pytz # Remove when dropping support for Django<5.0
setuptools>=77.0.3