requirements-dev-windows.txt 221 B

123456789101112131415161718
  1. # The following are only required in development, not production
  2. nose
  3. coverage
  4. sphinx
  5. pep8
  6. autopep8
  7. mock
  8. sphinx_rtd_theme
  9. # Required for optional extensions
  10. argcomplete
  11. pystache
  12. pyYaml
  13. configobj
  14. genshi
  15. colorlog
  16. tabulate