Other small fixes
This commit is contained in:
@@ -32,10 +32,13 @@ dependencies = [
|
||||
"django-soft-delete~=1.0.15",
|
||||
"djangorestframework~=3.15",
|
||||
"djangorestframework-guardian~=0.3.0",
|
||||
"drf-spectacular>=0.28",
|
||||
"drf-spectacular-sidecar>=2025.2.1",
|
||||
"drf-writable-nested~=0.7.0",
|
||||
"filelock~=3.16.1",
|
||||
"flower~=2.0.1",
|
||||
"gotenberg-client~=0.6.0",
|
||||
"granian>=1.7.6",
|
||||
"httpx-oauth~=0.15",
|
||||
"imap-tools~=1.7.3",
|
||||
"inotifyrecursive~=0.3",
|
||||
@@ -63,24 +66,11 @@ dependencies = [
|
||||
"whitenoise~=6.7",
|
||||
"whoosh~=2.7",
|
||||
"zxing-cpp~=2.2.0",
|
||||
"jinja2>=3.1.4",
|
||||
"drf_spectacular>=0.28.0",
|
||||
"drf-spectacular-sidecar>=2025.2.1",
|
||||
"granian>=1.7.6",
|
||||
]
|
||||
|
||||
optional-dependencies.supervisor = [
|
||||
"supervisor==4.2.5",
|
||||
]
|
||||
[dependency-groups]
|
||||
|
||||
[tool.uv]
|
||||
package = false
|
||||
dev-dependencies = [
|
||||
# Linting
|
||||
"pre-commit~=4.0.0",
|
||||
"pre-commit-uv~=4.1.3",
|
||||
"ruff~=0.6.9",
|
||||
# Testing
|
||||
test = [
|
||||
"factory-boy~=3.3.1",
|
||||
"pytest~=8.3.3",
|
||||
"pytest-cov~=5.0.0",
|
||||
@@ -93,10 +83,21 @@ dev-dependencies = [
|
||||
"pytest-rerunfailures",
|
||||
"imagehash",
|
||||
"daphne",
|
||||
# Documentation
|
||||
]
|
||||
|
||||
lint = [
|
||||
"pre-commit~=4.0.0",
|
||||
"pre-commit-uv~=4.1.3",
|
||||
"ruff~=0.9.9",
|
||||
]
|
||||
|
||||
docs = [
|
||||
"mkdocs-material",
|
||||
"mkdocs-glightbox",
|
||||
]
|
||||
|
||||
[tool.uv]
|
||||
package = false
|
||||
environments = [
|
||||
"sys_platform == 'darwin'",
|
||||
"sys_platform == 'linux'",
|
||||
|
||||
Reference in New Issue
Block a user