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

123456789101112131415161718192021222324252627282930313233
  1. # These requirements are only necessary when developing on Oscar.
  2. # development
  3. Werkzeug==0.12.1
  4. django-debug-toolbar==1.6
  5. django-extensions==1.7.8
  6. psycopg2==2.7.1
  7. # Sandbox
  8. Pillow==4.1.0
  9. Whoosh==2.7.4
  10. django-environ==0.4.1
  11. django-redis==4.7.0
  12. pysolr==3.6.0
  13. redis==2.10.5
  14. requests==2.13.0
  15. uWSGI==2.0.15
  16. whitenoise==3.3.0
  17. # Linting
  18. flake8==3.3.0
  19. flake8-debugger==1.4.0
  20. flake8-blind-except==0.1.1
  21. isort==4.2.5
  22. # Helpers
  23. pyprof2calltree==1.4.0
  24. ipdb==0.10.2
  25. ipython==5.3.0
  26. transifex-client==0.12.4
  27. # Country data
  28. pycountry==17.1.8