2022-11-02 07:16:58 +01:00
|
|
|
pylint==2.15.5
|
2022-11-07 07:03:59 +01:00
|
|
|
flake8==5.0.4 # also change in .pre-commit-config.yaml when updating
|
2022-11-07 07:24:50 +01:00
|
|
|
black==22.10.0 # also change in .pre-commit-config.yaml when updating
|
2022-11-10 22:50:01 +01:00
|
|
|
pyupgrade==3.2.2 # 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-11-01 05:18:22 +01:00
|
|
|
pytest==7.2.0
|
2022-10-28 04:40:42 +02:00
|
|
|
pytest-cov==4.0.0
|
2022-11-02 07:17:21 +01:00
|
|
|
pytest-mock==3.10.0
|
2022-11-08 23:48:56 +01:00
|
|
|
pytest-asyncio==0.20.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
|