2018-02-08 11:00:44 +03:00
|
|
|
# Pytest for running the tests.
|
2022-11-18 14:09:05 +03:00
|
|
|
pytest>=6.2.0,<8.0
|
|
|
|
pytest-cov>=4.0.0,<5.0
|
|
|
|
pytest-django>=4.5.2,<5.0
|
2022-10-03 13:39:32 +03:00
|
|
|
importlib-metadata<5.0
|
2023-01-03 13:30:04 +03:00
|
|
|
# temporary pin of attrs
|
|
|
|
attrs==22.1.0
|