Skip to content

Commit aed8a2d

Browse files
committed
add django extensions
1 parent ccb0547 commit aed8a2d

File tree

2 files changed

+143
-0
lines changed

2 files changed

+143
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,9 @@ dependencies = [
99
"django>=5.1.4",
1010
"django-tasks>=0.6.1",
1111
"psycopg>=3.2.3",
12+
"ruff>=0.8.6",
13+
"mypy>=1.14.1",
14+
"pytest>=8.3.4",
15+
"pytest-django>=4.9.0",
16+
"django-extensions>=3.2.3",
1217
]

uv.lock

Lines changed: 138 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)