# Python dependencies for Medical Statistics Companion Website # Core web server functionality # # Usage: pip install -r requirements.txt # Local development: python -m http.server 8000 --directory website # Production deployment: Handled by GitHub Actions/SSL # Python 3.8+ required for modern features # No external dependencies required for basic website functionality # All calculations handled client-side with JavaScript # Optional: For future Streamlit applications # streamlit>=1.28.0 # pandas>=2.0.0 # numpy>=1.24.0 # plotly>=5.17.0 # scikit-learn>=1.3.0 # statsmodels>=0.14.0 # matplotlib>=3.7.0 # seaborn>=0.12.0 # Optional: For advanced data processing # jupyter>=1.0.0 # scipy>=1.10.0