[project] name = "music-storage" version = "0.1.0" description = "Add your description here" readme = "README.md" requires-python = ">=3.13" dependencies = [ "boto3>=1.42.6", "django>=6.0", "django-axes>=8.1.0", "django-storages>=1.14.6", "gunicorn>=23.0.0", "pillow>=12.1.0", "psycopg[binary]>=3.3.2", "python-dotenv>=1.2.1", "sentry-sdk[django]>=2.48.0", "whitenoise>=6.11.0", ]