requirements-dev.txt 286 B

12345678910111213141516
  1. # Required for running the tests
  2. mock>=1.0.0
  3. python-dateutil>=2.2
  4. pytz>=2014.7
  5. Pillow>=2.7.0
  6. # For coverage and PEP8 linting
  7. coverage>=3.7.0
  8. flake8>=2.2.0
  9. # For documentation
  10. Sphinx>=1.3.1
  11. sphinx-autobuild>=0.5.2
  12. sphinx_rtd_theme>=0.1.8
  13. sphinxcontrib-spelling==2.1.1
  14. pyenchant==1.6.6