mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-10-22 19:54:50 +03:00
9 lines
217 B
Plaintext
9 lines
217 B
Plaintext
# Pytest for running the tests.
|
|
pytest>=7.0.1,<9.0
|
|
pytest-cov>=4.0.0,<8.0
|
|
pytest-django>=4.11.1,<5.0
|
|
importlib-metadata<8.7.0
|
|
# temporary pin of attrs
|
|
attrs==25.4.0
|
|
pytz # Remove when dropping support for Django<5.0
|