# Core Flask Framework Flask==3.1.0 Jinja2==3.1.5 Werkzeug==3.1.3 click==8.1.8 itsdangerous==2.2.0 MarkupSafe==3.0.2 blinker==1.9.0 # Authentication Flask-Login==0.6.3 Flask-Bcrypt==1.0.1 bcrypt==4.2.1 # Database - Flask-SQLAlchemy and MariaDB/MySQL driver Flask-SQLAlchemy==3.1.1 SQLAlchemy==2.0.36 PyMySQL==1.1.1 cryptography==44.0.0 # Configuration Management pydantic==2.10.4 pydantic-settings==2.7.1 pydantic_core==2.27.2 python-dotenv==1.0.1 annotated-types==0.7.0 typing_extensions==4.12.2 # Testing httpx==0.27.0 pytest==8.3.4 # Documentation Sphinx==8.2.3 # WSGI Server (Production alternative to Flask dev server) gunicorn==23.0.0