You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

requirements.txt 670B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # Development
  2. django-debug-toolbar>=1.0,<1.1
  3. django-debug-toolbar-template-timings>=0.5.5
  4. django-extensions>=1.2.0,<1.3.0
  5. Werkzeug>=0.8.3,<0.9
  6. # Sandbox
  7. Whoosh>=2.5
  8. pysolr>=3.1
  9. requests==2.1
  10. uWSGI==1.9.21.1
  11. # Docs
  12. Sphinx>=1.1.3,<1.3
  13. sphinxcontrib-napoleon==0.2.2
  14. sphinx_rtd_theme
  15. # Testing
  16. django-dynamic-fixture>=1.6.4,<1.7
  17. mock>=1.0.1,<1.1
  18. coverage>=3.6,<3.7
  19. django-nose>=1.1,<1.2
  20. spec>=0.11.1,<0.12
  21. WebTest>=2.0,<2.1
  22. django-webtest>=1.7,<1.8
  23. detox==0.9.3
  24. coveralls>=0.1.1,<0.2
  25. purl>=0.4
  26. behave==1.2.3
  27. nose-django-querycount==0.3
  28. # i18n
  29. transifex-client==0.10
  30. django-rosetta>=0.7.2
  31. # Misc
  32. flake8>=2.1
  33. pyprof2calltree==1.1.0
  34. ipdb>=0.7,<0.8
  35. ipython>=0.13.1,<0.14