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

123456789101112131415161718192021222324252627282930313233
  1. # These requirements are only necessary when developing on Oscar.
  2. # development
  3. Werkzeug==0.14.1
  4. django-debug-toolbar==1.9.1
  5. django-extensions==1.9.9
  6. psycopg2==2.7.3.2
  7. # Sandbox
  8. Pillow==5.0.0
  9. Whoosh==2.7.4
  10. django-environ==0.4.4
  11. django-redis==4.8.0
  12. pysolr==3.7.0
  13. redis==2.10.6
  14. requests==2.18.4
  15. uWSGI==2.0.15
  16. whitenoise==3.3.1
  17. # Linting
  18. flake8==3.5.0
  19. flake8-debugger==3.0.0
  20. flake8-blind-except==0.1.1
  21. isort==4.2.15
  22. # Helpers
  23. pyprof2calltree==1.4.3
  24. ipdb==0.10.3
  25. ipython==5.5.0
  26. transifex-client==0.13.0
  27. # Country data
  28. pycountry==17.9.23