2023-05-17 16:50:11 +12:00
|
|
|
pylint==2.17.4
|
2022-12-01 13:11:31 +13:00
|
|
|
flake8==6.0.0 # also change in .pre-commit-config.yaml when updating
|
2023-04-04 14:34:36 +12:00
|
|
|
black==23.3.0 # also change in .pre-commit-config.yaml when updating
|
2023-06-28 09:41:02 +12:00
|
|
|
pyupgrade==3.7.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-06-28 09:41:39 +12:00
|
|
|
pytest==7.4.0
|
2023-06-01 13:18:12 +12:00
|
|
|
pytest-cov==4.1.0
|
2023-06-29 11:44:23 +12:00
|
|
|
pytest-mock==3.11.1
|
2023-03-23 18:38:47 +00:00
|
|
|
pytest-asyncio==0.21.0
|
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'
|