requirements-dev-py3.txt 190 B

123456789101112
  1. # The following are only required in development, not production
  2. nose
  3. coverage
  4. sphinx
  5. pep8
  6. autopep8
  7. mock
  8. # Required for optional extensions (only the ones supported on py3)
  9. pystache
  10. pyYaml