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 624B

1234567891011121314151617181920212223242526272829303132333435
  1. # Development
  2. django-debug-toolbar>=0.9.4,<1.0
  3. django-cache-panel>=0.1,<0.2
  4. django-debug-toolbar-template-timings>=0.4.4,<0.5
  5. django-extensions>=0.9,<1.0
  6. Werkzeug>=0.8.3,<0.9
  7. # Sandbox
  8. Whoosh>=2.4.1,<2.5
  9. # Docs
  10. Sphinx>=1.1.3,<1.2
  11. # Testing
  12. django-dynamic-fixture>=1.6.4,<1.7
  13. mock>=1.0.1,<1.1
  14. coverage>=3.6,<3.7
  15. django-nose>=1.1,<1.2
  16. nose-progressive>=1.5,<1.6
  17. spec>=0.11.1,<0.12
  18. WebTest>=2.0,<2.1
  19. django-webtest>=1.5.7,<1.6
  20. tox>=1.4.3,<1.5
  21. coveralls>=0.1.1,<0.2
  22. purl>=0.4
  23. # i18n
  24. transifex-client>=0.8,<0.9
  25. django-rosetta>=0.6.8,<0.7
  26. # Misc
  27. flake8>=2.0,<2.1
  28. pyprof2calltree==1.1.0
  29. ipdb>=0.7,<0.8
  30. ipython>=0.13.1,<0.14