Skip to content

Commit 29c1ab6

Browse files
committed
Dependencies groups.
1 parent 1d2b12b commit 29c1ab6

File tree

2 files changed

+26
-32
lines changed

2 files changed

+26
-32
lines changed

pyproject.toml

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,21 @@ requires-python=">=3.13"
55
version = "0.1.0"
66
readme="README.me"
77
dependencies = [
8-
"asgiref==3.8.1",
9-
"Django==5.1.4",
10-
"django-extensions==3.2.3",
11-
"PyYAML==6.0.2",
12-
"sqlparse==0.5.3",
13-
"pre-commit==4.0.1",
14-
"django-colorfield==0.11.0",
15-
"djangorestframework==3.15.2",
16-
]
17-
18-
[tool.uv]
19-
dev-dependencies = [
20-
"pytest==8.3.4",
21-
"pytest-django==4.9.0",
22-
"factory_boy==3.3.0"
8+
"django>=5.1.4",
9+
"django-colorfield>=0.11.0",
10+
"django-extensions>=3.2.3",
11+
"djangorestframework>=3.15.2",
12+
"pyyaml>=6.0.2",
2313
]
2414

2515
[tool.pytest.ini_options]
2616
DJANGO_SETTINGS_MODULE = "techradar.settings"
2717
python_files = ["tests.py", "test_*.py", "*_test.py", "tests/test_*.py"]
18+
19+
[dependency-groups]
20+
dev = [
21+
"factory-boy>=3.3.1",
22+
"pre-commit>=4.0.1",
23+
"pytest>=8.3.4",
24+
"pytest-django>=4.9.0",
25+
]

uv.lock

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

0 commit comments

Comments
 (0)