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

1234567891011121314151617181920212223242526272829
  1. # These requirements are only necessary when developing on Oscar.
  2. # development
  3. django-debug-toolbar>=2.2,<4.5
  4. django-extensions>=2.2,<3.3
  5. psycopg2-binary>=2.8,<2.10
  6. # Sandbox
  7. Whoosh>=2.7,<2.8
  8. django-environ>=0.4,<0.12
  9. django-redis>=4.12,<5.4
  10. pysolr>=3.9,<3.10
  11. redis>=3.5,<5.1
  12. requests>=2.25,<3
  13. uWSGI>=2.0.19
  14. whitenoise>=6.7.0,<6.8
  15. # Linting
  16. pylint>=3.2.4
  17. pylint-django>=2.5.5
  18. black>=24.4.2
  19. # Helpers
  20. pyprof2calltree>=1.4,<1.5
  21. ipdb>=0.13,<0.14
  22. ipython>=7.12,<9
  23. # Country data
  24. pycountry