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

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # Development
  2. django-debug-toolbar>=0.9.4,<1.0
  3. django-extensions>=0.9,<1.0
  4. Werkzeug>=0.8.3,<0.9
  5. # Sandbox
  6. Whoosh>=2.4.1,<2.5
  7. # Docs
  8. Sphinx>=1.1.3,<1.2
  9. # Testing
  10. django-dynamic-fixture>=1.6.4,<1.7
  11. mock>=1.0.1,<1.1
  12. coverage>=3.6,<3.7
  13. # We specify Django here as CI installs these requirements with the --upgrade
  14. # option which will ignore the Django requirements from setup.py and possibly
  15. # bump it to an unsupported version. Django-nose install Django.
  16. django<1.5
  17. django-nose>=1.1,<1.2
  18. nose<1.2
  19. # Use a slightly older version of nose-progressive to play nicely
  20. # with spec plugin which requires nose<1.2 until the 0.10 version
  21. nose-progressive<1.4
  22. spec>=0.9.7,<0.10
  23. django-oscar-testsupport==0.3
  24. WebTest>=2.0,<2.1
  25. django-webtest>=1.5.7,<1.6
  26. tox>=1.4.3,<1.5
  27. coveralls>=0.1.1,<0.2
  28. # i18n
  29. transifex-client>=0.8,<0.9
  30. django-rosetta>=0.6.8,<0.7
  31. # Misc
  32. flake8>=2.0,<2.1
  33. pyprof2calltree==1.1.0
  34. ipdb>=0.7,<0.8
  35. ipython>=0.13.1,<0.14