requirements.txt 538 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. #
  2. # Requirements for running django-nose testapp
  3. #
  4. # Latest Django
  5. Django>=1.11,<2.0
  6. # This project
  7. -e .
  8. # Load database config from environment
  9. dj-database-url==0.4.2
  10. # Packaging
  11. wheel==0.29.0
  12. twine==1.9.1
  13. # PEP8, PEP257, and static analysis
  14. flake8==3.4.1
  15. flake8-docstrings==1.1.0
  16. # Code coverage
  17. coverage==4.4.1
  18. # Documentation
  19. Sphinx==1.6.3
  20. # Packaging Linters
  21. check-manifest==0.35
  22. pyroma==2.2
  23. # Multi-env test runner
  24. tox==2.7.0
  25. # Better interactive debugging
  26. gnureadline==6.3.3
  27. ipython==5.4.1
  28. ipdb==0.10.3
  29. ipdbplugin==1.4.5