2023-09-26 09:28:25 +13:00
|
|
|
pylint==2.17.6
|
2023-09-06 10:44:47 +12:00
|
|
|
flake8==6.1.0 # also change in .pre-commit-config.yaml when updating
|
2023-10-19 00:50:09 +00:00
|
|
|
black==23.10.0 # also change in .pre-commit-config.yaml when updating
|
2023-10-23 21:35:55 +00:00
|
|
|
pyupgrade==3.15.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-09-09 09:20:54 +12:00
|
|
|
pytest==7.4.2
|
2023-06-01 13:18:12 +12:00
|
|
|
pytest-cov==4.1.0
|
2023-10-24 08:43:51 +13:00
|
|
|
pytest-mock==3.12.0
|
2023-08-08 11:21:51 +12:00
|
|
|
pytest-asyncio==0.21.1
|
2020-04-20 10:05:58 +10:00
|
|
|
asyncmock==0.4.2
|
2021-07-05 00:10:59 +02:00
|
|
|
hypothesis==5.49.0
|
2023-06-12 17:00:34 +12:00
|
|
|
|
|
|
|
clang-format==13.0.1 ; platform_machine != 'armv7l'
|