88 lines
1.0 KiB
Plaintext
88 lines
1.0 KiB
Plaintext
# Django Hospital Management System Requirements
|
|
|
|
# Core Django Framework
|
|
Django
|
|
djangorestframework
|
|
|
|
# Database
|
|
psycopg2-binary
|
|
mysqlclient
|
|
|
|
# Authentication & Security
|
|
django-allauth
|
|
django-otp
|
|
django-cors-headers
|
|
django-guardian
|
|
|
|
# API & Documentation
|
|
drf-spectacular
|
|
django-filter
|
|
|
|
# File Handling & Storage
|
|
Pillow
|
|
django-storages
|
|
boto3
|
|
|
|
# Task Queue & Background Jobs
|
|
celery
|
|
redis
|
|
django-celery-beat
|
|
|
|
# Caching
|
|
django-redis
|
|
|
|
# Forms & UI
|
|
django-crispy-forms
|
|
crispy-bootstrap5
|
|
|
|
# Utilities
|
|
python-decouple
|
|
django-extensions
|
|
django-debug-toolbar
|
|
|
|
# Date & Time
|
|
python-dateutil
|
|
pytz
|
|
|
|
# HTTP Requests
|
|
requests
|
|
urllib3
|
|
|
|
# Data Processing
|
|
pandas
|
|
openpyxl
|
|
reportlab
|
|
|
|
# Medical Imaging
|
|
pydicom
|
|
numpy
|
|
|
|
# Email
|
|
django-anymail
|
|
|
|
# Monitoring & Logging
|
|
sentry-sdk
|
|
django-health-check
|
|
|
|
# Testing
|
|
pytest-django
|
|
factory-boy
|
|
coverage
|
|
|
|
# Development Tools
|
|
black
|
|
flake8
|
|
pre-commit
|
|
|
|
# Asset Management
|
|
django-webpack-loader
|
|
|
|
# WebSocket Support (Phase 11)
|
|
channels==4.0.0
|
|
channels-redis==4.1.0
|
|
daphne==4.0.0
|
|
|
|
# Production
|
|
gunicorn
|
|
whitenoise
|