File size: 582 Bytes
e4fd6e0 b0bcfd5 e4fd6e0 b0bcfd5 e4fd6e0 b0bcfd5 e4fd6e0 b0bcfd5 e4fd6e0 b0bcfd5 e3566c9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | # Web Framework & Server flask>=3.0.0 werkzeug>=3.0.0 gunicorn>=21.0.0 # Database & ORM SQLAlchemy>=2.0.0 psycopg2-binary>=2.9.0 flask-sqlalchemy>=3.1.0 flask-migrate>=4.0.0 # Authentication & Security flask-login>=0.6.0 bcrypt>=4.1.0 python-dotenv>=1.0.0 cryptography>=41.0.0 # Data Processing & ML numpy>=1.24.0 pandas>=2.0.0 opencv-python>=4.8.0 pydicom>=2.4.0 torch>=2.0.0 timm>=0.9.0 scikit-learn>=1.3.0 # Debugging & Monitoring blackbox-recorder>=0.2.0 huggingface_hub>=0.17.0 # Additional utilities requests>=2.31.0 python-dateutil>=2.8.0 celery redis groq cloudinary |