requirements-dev.txt 160 B

1234567891011121314
  1. # formatting
  2. yapf==0.32.0
  3. pylint==2.8.2
  4. # type checking
  5. mypy==0.991
  6. types-PyYAML
  7. types-requests
  8. types-setuptools
  9. # testing
  10. pytest
  11. pytest-forked
  12. pytest-asyncio