mirror of
https://github.com/lemeow125/DRF_Template.git
synced 2025-09-18 05:29:37 +08:00
25 lines
680 B
TOML
25 lines
680 B
TOML
[project]
|
|
name = "drf-template"
|
|
version = "2.0.0"
|
|
description = "A Django template for personal projects"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"black>=25.1.0",
|
|
"django>=5.2.5",
|
|
"django-extensions>=4.1",
|
|
"django-rest-framework>=0.1.0",
|
|
"django-silk>=5.4.2",
|
|
"djangorestframework-simplejwt>=5.5.1",
|
|
"djoser>=2.3.3",
|
|
"drf-spectacular>=0.28.0",
|
|
"drf-spectacular-sidecar>=2025.8.1",
|
|
"pydantic[email]>=2.11.7",
|
|
"pydantic-extra-types>=2.10.5",
|
|
"python-dotenv>=1.1.1",
|
|
"ruff>=0.12.11",
|
|
"whitenoise[brotli]>=6.9.0",
|
|
"django-unfold>=0.65.0",
|
|
"gunicorn>=23.0.0",
|
|
"django-cors-headers>=4.7.0",
|
|
]
|