Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

requirements.txt 805B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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.3.0
  7. django-debug-toolbar-template-timings==0.6.4
  8. django-extensions==1.3.11
  9. Werkzeug==0.9.6
  10. # Sandbox
  11. Whoosh==2.6.0
  12. pysolr==3.2.0
  13. requests==2.4.3
  14. uWSGI==2.0.8
  15. # Docs
  16. Sphinx==1.2.3
  17. sphinxcontrib-napoleon==0.2.8
  18. sphinx_rtd_theme==0.1.6
  19. # Testing
  20. coverage==3.7.1
  21. spec==0.11.1
  22. WebTest==2.0.17
  23. django-webtest==1.7.7
  24. pytest==2.7.0
  25. pytest-cache==1.0
  26. pytest-cov==1.8.1
  27. pytest-django==2.8.0
  28. pytest-xdist==1.11
  29. tox==1.8.1
  30. coveralls==0.4.4
  31. behave==1.2.4
  32. # Misc
  33. flake8==2.2.5
  34. pyprof2calltree==1.3.2
  35. ipdb==0.8
  36. ipython==2.3.0
  37. # Country data
  38. pycountry==1.8