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

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. # Development
  2. django-debug-toolbar>=1.2.1,<1.3
  3. django-debug-toolbar-template-timings==0.6.1
  4. django-extensions>=1.3.3,<1.4.0
  5. Werkzeug>=0.9.4,<0.10
  6. # Sandbox
  7. Whoosh>=2.5
  8. pysolr>=3.2,<3.3
  9. requests==2.1
  10. uWSGI==1.9.21.1
  11. South>=1.0,<1.1
  12. # Docs
  13. Sphinx==1.2.2
  14. sphinxcontrib-napoleon==0.2.7
  15. sphinx_rtd_theme==0.1.6
  16. # Testing
  17. django-dynamic-fixture>=1.7,<1.8
  18. coverage>=3.6,<3.7
  19. # Need to run against a custom version of django-nose a new version comes
  20. # with support for Django 1.7
  21. # See https://github.com/django-nose/django-nose/pull/161/
  22. # TODO: Pin to official release when django-nose 1.3 is released
  23. https://github.com/brad/django-nose/archive/django_1.7.zip#egg=django-nose
  24. spec>=0.11.1,<0.12
  25. WebTest==2.0.12
  26. django-webtest>=1.7,<1.8
  27. tox==1.6.1
  28. coveralls>=0.1.1,<0.2
  29. purl>=0.4
  30. behave==1.2.3
  31. # Misc
  32. flake8>=2.2.2
  33. pyprof2calltree==1.3.1
  34. ipdb>=0.8,<0.9
  35. ipython>=1.1.0,<1.2.0
  36. django-tables2==0.15.0
  37. # Country data
  38. pycountry>=1.8,<2.0