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

12345678910111213141516171819202122232425262728
  1. # These requirements are only necessary when developing on Oscar.
  2. # You can check for newer versions of these dependencies using this command
  3. #
  4. # $ for x in `yolk -l | awk '{print $1}'`; do yolk -d $x 2>/dev/null; done
  5. # Development
  6. django-debug-toolbar==1.6
  7. django-extensions==1.7.6
  8. Werkzeug==0.11.15
  9. # Sandbox
  10. Whoosh==2.6.0
  11. pysolr==3.2.0
  12. requests==2.10.0
  13. uWSGI==2.0.13.1
  14. whitenoise==3.3.0
  15. Pillow==4.0.0
  16. # Misc
  17. flake8==3.2.1
  18. flake8-debugger==1.4.0
  19. flake8-blind-except==0.1.1
  20. pyprof2calltree==1.3.2
  21. ipdb==0.10.2
  22. ipython==5.2.2
  23. isort==4.2.5
  24. # Country data
  25. pycountry==17.1.8