2022-09-12 00:16:18 +02:00
|
|
|
pylint==2.15.2
|
2022-08-09 23:21:25 +02:00
|
|
|
flake8==5.0.4
|
2022-09-02 03:42:04 +02:00
|
|
|
black==22.8.0 # also change in .pre-commit-config.yaml when updating
|
2022-08-09 03:53:18 +02:00
|
|
|
pyupgrade==2.37.3 # 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-09-04 10:24:26 +02:00
|
|
|
pytest==7.1.3
|
2021-10-05 14:50:18 +02:00
|
|
|
pytest-cov==3.0.0
|
2022-08-09 22:03:42 +02:00
|
|
|
pytest-mock==3.8.2
|
2022-08-09 09:16:49 +02:00
|
|
|
pytest-asyncio==0.19.0
|
2020-04-20 02:05:58 +02:00
|
|
|
asyncmock==0.4.2
|
2021-07-05 00:10:59 +02:00
|
|
|
hypothesis==5.49.0
|