| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- # Development
- django-debug-toolbar>=0.9.4,<1.0
- django-extensions>=0.9,<1.0
- Werkzeug>=0.8.3,<0.9
-
- # Sandbox
- Whoosh>=2.4.1,<2.5
-
- # Docs
- Sphinx>=1.1.3,<1.2
-
- # Testing
- django-dynamic-fixture>=1.6.4,<1.7
- mock>=1.0.1,<1.1
- coverage>=3.6,<3.7
- # We specify Django here as CI installs these requirements with the --upgrade
- # option which will ignore the Django requirements from setup.py and possibly
- # bump it to an unsupported version. Django-nose install Django.
- django<1.5
- django-nose>=1.1,<1.2
- nose<1.2
- # Use a slightly older version of nose-progressive to play nicely
- # with spec plugin which requires nose<1.2 until the 0.10 version
- nose-progressive<1.4
- spec>=0.9.7,<0.10
- django-oscar-testsupport==0.3
- WebTest>=2.0,<2.1
- django-webtest>=1.5.7,<1.6
- tox>=1.4.3,<1.5
- coveralls>=0.1.1,<0.2
-
- # i18n
- transifex-client>=0.8,<0.9
- django-rosetta>=0.6.8,<0.7
-
- # Misc
- flake8>=2.0,<2.1
- pyprof2calltree==1.1.0
- ipdb>=0.7,<0.8
- ipython>=0.13.1,<0.14
|