2022-08-10 12:34:56 +12:00
|
|
|
pylint==2.14.5
|
2022-08-10 09:21:25 +12:00
|
|
|
flake8==5.0.4
|
2022-06-30 12:42:28 +02:00
|
|
|
black==22.6.0 # also change in .pre-commit-config.yaml when updating
|
2022-08-09 13:53:18 +12:00
|
|
|
pyupgrade==2.37.3 # 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
|
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-08-10 08:03:42 +12:00
|
|
|
pytest-mock==3.8.2
|
2022-08-09 19:16:49 +12:00
|
|
|
pytest-asyncio==0.19.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
|