requirements-dev-py3.txt 228 B

12345678910111213141516
  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. argcomplete
  10. pystache
  11. pyYaml
  12. colorlog
  13. tabulate
  14. pylibmc