2023-12-12 05:51:22 +01:00
|
|
|
pylint==3.0.3
|
2024-01-09 01:38:50 +01:00
|
|
|
flake8==7.0.0 # also change in .pre-commit-config.yaml when updating
|
2024-01-09 03:12:08 +01:00
|
|
|
black==23.12.1 # also change in .pre-commit-config.yaml when updating
|
2023-10-23 23:35:55 +02:00
|
|
|
pyupgrade==3.15.0 # also change in .pre-commit-config.yaml when updating
|
2021-03-07 20:03:16 +01:00
|
|
|
pre-commit
|
2020-03-12 22:27:22 +01:00
|
|
|
|
|
|
|
# Unit tests
|
2024-01-09 02:33:50 +01:00
|
|
|
pytest==7.4.4
|
2023-06-01 03:18:12 +02:00
|
|
|
pytest-cov==4.1.0
|
2023-10-23 21:43:51 +02:00
|
|
|
pytest-mock==3.12.0
|
2024-01-09 03:11:48 +01:00
|
|
|
pytest-asyncio==0.23.3
|
2020-04-20 02:05:58 +02:00
|
|
|
asyncmock==0.4.2
|
2024-01-09 02:08:50 +01:00
|
|
|
hypothesis==6.92.1
|