[project] name = "hospital-management-system-v4" version = "0.1.0" description = "Add your description here" requires-python = ">=3.12" dependencies = [ "base>=0.0.0", "black>=25.1.0", "boto3==1.40.25", "botocore==1.40.25", "celery>=5.5.3", "charset-normalizer==3.4.3", "coverage==7.10.6", "crispy-bootstrap5>=2025.6", "cron-descriptor==2.0.6", "decorators>=2.0.7", "django==5.2.6", "django-allauth==65.11.2", "django-anymail==13.1", "django-celery-beat>=2.8.1", "django-cors-headers==4.9.0", "django-crispy-forms>=2.4", "django-debug-toolbar>=6.0.0", "django-extensions>=4.1", "django-filter>=25.1", "django-guardian==3.2.0", "django-health-check>=3.20.0", "django-otp>=1.6.1", "django-redis>=6.0.0", "django-storages>=1.14.6", "django-viewflow==2.2.13", "django-webpack-loader>=3.2.1", "djangorestframework==3.16.1", "drf-spectacular>=0.28.0", "factory-boy>=3.3.3", "faker==37.8.0", "filelock==3.19.1", "flake8>=7.3.0", "gunicorn>=23.0.0", "identify==2.6.14", "jsonschema==4.25.1", "jsonschema-specifications==2025.9.1", "mysqlclient>=2.2.7", "numpy==2.3.3", "openpyxl>=3.1.5", "pandas==2.3.2", "pillow>=11.3.0", "platformdirs==4.4.0", "pre-commit==4.3.0", "prompt-toolkit==3.0.52", "psutil==7.1.0", "psycopg2-binary>=2.9.10", "pydantic-core==2.39.0", "pydicom>=3.0.1", "pytest==8.4.2", "pytest-django>=4.11.1", "python-dateutil>=2.9.0.post0", "python-decouple>=3.8", "python-icd10>=1.0.2", "pytz>=2025.2", "redis==6.4.0", "reportlab>=4.4.3", "requests==2.32.5", "rpds-py==0.27.1", "sentry-sdk==2.38.0", "typing-extensions==4.15.0", "urllib3>=2.5.0", "virtualenv==20.34.0", "whitenoise==6.10.0", "xml2db>=0.12.5", "xmlschema==4.1.0", "xmltodict==1.0.2", ]