hospital-management/pyproject.toml
2025-08-12 13:33:25 +03:00

49 lines
1.2 KiB
TOML

[project]
name = "hospital-management-system-v4"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.12"
dependencies = [
"black>=25.1.0",
"boto3>=1.40.1",
"celery>=5.5.3",
"coverage>=7.10.2",
"crispy-bootstrap5>=2025.6",
"django>=5.2.4",
"django-allauth>=65.10.0",
"django-anymail>=13.0.1",
"django-celery-beat>=2.8.1",
"django-cors-headers>=4.7.0",
"django-crispy-forms>=2.4",
"django-debug-toolbar>=6.0.0",
"django-extensions>=4.1",
"django-filter>=25.1",
"django-guardian>=3.0.3",
"django-health-check>=3.20.0",
"django-otp>=1.6.1",
"django-redis>=6.0.0",
"django-storages>=1.14.6",
"djangorestframework>=3.16.0",
"drf-spectacular>=0.28.0",
"factory-boy>=3.3.3",
"flake8>=7.3.0",
"gunicorn>=23.0.0",
"mysqlclient>=2.2.7",
"openpyxl>=3.1.5",
"pandas>=2.3.1",
"pillow>=11.3.0",
"pre-commit>=4.2.0",
"psutil>=7.0.0",
"psycopg2-binary>=2.9.10",
"pytest-django>=4.11.1",
"python-dateutil>=2.9.0.post0",
"python-decouple>=3.8",
"pytz>=2025.2",
"redis>=6.2.0",
"reportlab>=4.4.3",
"requests>=2.32.4",
"sentry-sdk>=2.34.1",
"urllib3>=2.5.0",
"whitenoise>=6.9.0",
]