2022-06-21 06:27:33 +02:00
|
|
|
pylint==2.14.3
|
2021-10-11 16:52:42 +02:00
|
|
|
flake8==4.0.1
|
2022-06-30 12:42:28 +02:00
|
|
|
black==22.6.0 # also change in .pre-commit-config.yaml when updating
|
2022-06-30 11:59:53 +02:00
|
|
|
pyupgrade==2.34.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
|
2022-04-04 19:13:11 +02:00
|
|
|
pytest==7.1.1
|
2021-10-05 14:50:18 +02:00
|
|
|
pytest-cov==3.0.0
|
2022-01-29 13:27:41 +01:00
|
|
|
pytest-mock==3.7.0
|
2022-04-04 19:13:06 +02:00
|
|
|
pytest-asyncio==0.18.3
|
2020-04-20 02:05:58 +02:00
|
|
|
asyncmock==0.4.2
|
2021-07-05 00:10:59 +02:00
|
|
|
hypothesis==5.49.0
|