# Vera Medical CRM - Python Requirements # Install with: pip install -r requirements.txt # Core Framework Flask==3.0.0 Werkzeug==3.0.1 # Database (SQLite is built-in with Python) # No additional packages needed for SQLite3 # Optional but recommended python-dotenv==1.0.0 # For environment variables