2025-06-13 14:21:31 +02:00
|
|
|
[project]
|
|
|
|
name = "musik"
|
2025-06-14 22:04:39 +02:00
|
|
|
version = "0.1.4"
|
2025-06-13 14:21:31 +02:00
|
|
|
description = "Le jeu de Musik."
|
|
|
|
readme = "README.md"
|
|
|
|
requires-python = ">=3.12"
|
|
|
|
dependencies = [
|
2025-06-14 11:49:04 +02:00
|
|
|
"celery>=5.5.3",
|
2025-06-13 14:21:31 +02:00
|
|
|
"django>=5.2.3",
|
2025-06-13 22:23:18 +02:00
|
|
|
"google-api-python-client>=2.172.0",
|
|
|
|
"google-auth>=2.40.3",
|
|
|
|
"google-auth-httplib2>=0.2.0",
|
|
|
|
"google-auth-oauthlib>=1.2.2",
|
2025-06-14 16:43:38 +02:00
|
|
|
"gunicorn>=23.0.0",
|
2025-06-14 17:41:48 +02:00
|
|
|
"psycopg[binary]>=3.2.9",
|
2025-06-13 18:55:50 +02:00
|
|
|
"requests>=2.32.4",
|
2025-06-13 14:21:31 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[dependency-groups]
|
|
|
|
dev = [
|
2025-06-13 15:51:32 +02:00
|
|
|
"djlint>=1.36.4",
|
2025-06-13 14:21:31 +02:00
|
|
|
"pre-commit>=4.2.0",
|
|
|
|
]
|