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

1234567891011121314151617181920212223242526272829303132
  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==2.1.2
  6. psycopg2==2.7.5
  7. # Sandbox
  8. Pillow==5.2.0
  9. Whoosh==2.7.4
  10. django-environ==0.4.5
  11. django-redis==4.9.0
  12. pysolr==3.7.0
  13. redis==2.10.6
  14. requests==2.19.1
  15. uWSGI==2.0.17.1
  16. whitenoise==4.0
  17. # Linting
  18. flake8==3.5.0
  19. flake8-debugger==3.1.0
  20. flake8-blind-except==0.1.1
  21. isort==4.3.4
  22. # Helpers
  23. pyprof2calltree==1.4.3
  24. ipdb==0.11
  25. ipython==6.5.0
  26. # Country data
  27. pycountry==18.5.26