33 lines
547 B
Plaintext
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
|