# ============================================================ # SDU CHATBOT — Python Dependencies # ============================================================ # Django core Django>=5.0,<5.1 djangorestframework>=3.15,<4.0 # MySQL database driver mysqlclient>=2.2,<3.0 # Environment variables python-dotenv>=1.0,<2.0 # NLP and ML (Phase 5) nltk>=3.9,<4.0 scikit-learn>=1.5,<2.0 rapidfuzz>=3.9,<4.0 joblib>=1.4,<2.0 # Official website retrieval (approved SDU sources only) requests>=2.32,<3.0 beautifulsoup4>=4.12,<5.0 # Utilities python-dateutil>=2.9,<3.0