2023-08-01 00:16:46 +02:00
|
|
|
pylint==2.17.5
|
2022-12-01 01:11:31 +01:00
|
|
|
flake8==6.0.0 # also change in .pre-commit-config.yaml when updating
|
2023-07-31 01:28:26 +02:00
|
|
|
black==23.7.0 # also change in .pre-commit-config.yaml when updating
|
2023-08-08 01:59:46 +02:00
|
|
|
pyupgrade==3.10.1 # 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
|
2023-06-27 23:41:39 +02:00
|
|
|
pytest==7.4.0
|
2023-06-01 03:18:12 +02:00
|
|
|
pytest-cov==4.1.0
|
2023-06-29 01:44:23 +02:00
|
|
|
pytest-mock==3.11.1
|
2023-08-08 01:21:51 +02:00
|
|
|
pytest-asyncio==0.21.1
|
2020-04-20 02:05:58 +02:00
|
|
|
asyncmock==0.4.2
|
2021-07-05 00:10:59 +02:00
|
|
|
hypothesis==5.49.0
|
2023-06-12 07:00:34 +02:00
|
|
|
|
|
|
|
clang-format==13.0.1 ; platform_machine != 'armv7l'
|