requirements-dev-py3.txt 185 B

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