2023-07-04 02:31:55 +08:00
|
|
|
# formatting
|
|
|
|
|
yapf==0.32.0
|
2023-11-21 03:58:01 +08:00
|
|
|
ruff==0.1.5
|
2023-07-04 02:31:55 +08:00
|
|
|
|
|
|
|
|
# type checking
|
|
|
|
|
mypy==0.991
|
|
|
|
|
types-PyYAML
|
|
|
|
|
types-requests
|
|
|
|
|
types-setuptools
|
|
|
|
|
|
|
|
|
|
# testing
|
2023-05-24 08:58:51 +08:00
|
|
|
pytest
|
2023-09-01 10:19:43 +08:00
|
|
|
pytest-forked
|
2023-09-17 15:29:08 +08:00
|
|
|
pytest-asyncio
|
2023-11-01 03:36:47 +08:00
|
|
|
|