musik/pyproject.toml
Edgar P. Burkhart fd09bf8aa3
All checks were successful
Build and push Docker image / build (push) Successful in 2m14s
Add Docker support with build and push workflow, and configure Gunicorn for application serving
2025-06-14 16:43:38 +02:00

22 lines
449 B
TOML

[project]
name = "musik"
version = "0.1.0"
description = "Le jeu de Musik."
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"celery>=5.5.3",
"django>=5.2.3",
"google-api-python-client>=2.172.0",
"google-auth>=2.40.3",
"google-auth-httplib2>=0.2.0",
"google-auth-oauthlib>=1.2.2",
"gunicorn>=23.0.0",
"requests>=2.32.4",
]
[dependency-groups]
dev = [
"djlint>=1.36.4",
"pre-commit>=4.2.0",
]