requirements.txt 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. asgiref==3.10.0
  2. async-timeout==5.0.1
  3. certifi==2025.10.5
  4. charset-normalizer==3.4.4
  5. click==8.3.0
  6. colorama==0.4.6
  7. Django==5.2.7
  8. django-redis==6.0.0
  9. djangorestframework==3.16.1
  10. gunicorn==23.0.0
  11. idna==3.11
  12. joblib==1.5.2
  13. networkx==3.4.2
  14. nltk==3.9.2
  15. numpy==2.2.6
  16. opencv-python==4.12.0.88
  17. packaging==25.0
  18. pandas==2.3.3
  19. pillow==11.3.0
  20. psycopg2==2.9.11
  21. psycopg2-binary==2.9.11
  22. python-dateutil==2.9.0.post0
  23. pytz==2025.2
  24. RapidFuzz==3.14.1
  25. redis==6.4.0
  26. regex==2025.9.18
  27. requests==2.32.5
  28. scikit-learn==1.7.2
  29. scipy==1.15.3
  30. six==1.17.0
  31. sqlparse==0.5.3
  32. textblob==0.19.0
  33. threadpoolctl==3.6.0
  34. tqdm==4.67.1
  35. typing_extensions==4.15.0
  36. tzdata==2025.2
  37. urllib3==2.5.0
  38. webcolors==24.11.1
  39. whitenoise==6.11.0