2023-01-10 16:46:13 +13:00
|
|
|
pylint==2.15.10
|
2022-12-01 13:11:31 +13:00
|
|
|
flake8==6.0.0 # also change in .pre-commit-config.yaml when updating
|
2022-12-22 19:42:49 +13:00
|
|
|
black==22.12.0 # also change in .pre-commit-config.yaml when updating
|
2022-12-07 16:09:21 +13:00
|
|
|
pyupgrade==3.3.0 # also change in .pre-commit-config.yaml when updating
|
2021-03-07 16:03:16 -03:00
|
|
|
pre-commit
|
2020-03-13 08:27:22 +11:00
|
|
|
|
|
|
|
# Unit tests
|
2023-01-17 10:37:03 +13:00
|
|
|
pytest==7.2.1
|
2022-10-28 15:40:42 +13:00
|
|
|
pytest-cov==4.0.0
|
2022-11-02 19:17:21 +13:00
|
|
|
pytest-mock==3.10.0
|
2022-12-22 18:44:41 +13:00
|
|
|
pytest-asyncio==0.20.3
|
2020-04-20 10:05:58 +10:00
|
|
|
asyncmock==0.4.2
|
2021-07-05 00:10:59 +02:00
|
|
|
hypothesis==5.49.0
|