hospital-management/pyproject.toml
Marwan Alwali 263292f6be update
2025-11-04 00:50:06 +03:00

86 lines
2.2 KiB
TOML

[project]
name = "hospital-management-system-v4"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.12"
dependencies = [
"asgiref==3.10.0",
"attrs==25.4.0",
"base>=0.0.0",
"billiard==4.2.2",
"black==25.9.0",
"boto3==1.40.46",
"botocore==1.40.46",
"celery>=5.5.3",
"certifi==2025.10.5",
"channels>=4.3.1",
"channels-redis>=4.3.0",
"charset-normalizer==3.4.3",
"click==8.3.0",
"coverage==7.10.7",
"crispy-bootstrap5>=2025.6",
"cron-descriptor==2.0.6",
"daphne>=4.2.1",
"decorators>=2.0.7",
"django==5.2.7",
"django-allauth==65.12.0",
"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.2",
"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.15",
"jsonschema==4.25.1",
"jsonschema-specifications==2025.9.1",
"lxml==6.0.2",
"mysqlclient>=2.2.7",
"numpy==2.3.3",
"openpyxl>=3.1.5",
"pandas==2.3.3",
"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.41.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",
"pyyaml==6.0.3",
"redis==6.4.0",
"reportlab==4.4.4",
"requests==2.32.5",
"rpds-py==0.27.1",
"sentry-sdk==2.40.0",
"typing-extensions==4.15.0",
"typing-inspection==0.4.2",
"urllib3>=2.5.0",
"virtualenv==20.34.0",
"wcwidth==0.2.14",
"whitenoise==6.11.0",
"xml2db>=0.12.5",
"xmlschema==4.1.0",
"xmltodict==1.0.2",
]