requirements-dev.txt 174 B

123456789101112131415
  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. wrapt==1.16.0
  10. # testing
  11. pytest
  12. pytest-forked
  13. pytest-asyncio