requirements-dev.txt 229 B

12345678910111213141516171819
  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. pylibmc
  15. genshi
  16. colorlog
  17. tabulate