requirements-dev-py3.txt 199 B

12345678910111213
  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
  11. colorlog