spurrin-cleaned-backend-dev/requirements.txt
rohitgir-879 dc39677783 v1.0.0-rc
2025-06-12 00:19:44 +05:30

33 lines
547 B
Plaintext

# Standard library packages are not included (e.g., os, sys, threading)
# Environment and utility
python-dotenv
tqdm
# Flask and CORS
Flask
flask-cors
# NLP and embeddings
spacy
nltk
openai
langchain
langchain-community
rapidfuzz
# Redis
redis
# Async MySQL
aiomysql
# Concurrency
asyncio
# Optional: For logging in structured or advanced environments
# (not strictly needed unless using specific logging handlers or formats)
# Ensure spacy language model is installed (run manually post-install)
# python -m spacy download en_core_web_sm