mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-09 12:21:57 -04:00
add django-autotyping to debug pip group
Some checks failed
Run linters / lint (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
Build Debian package / build (push) Has been cancelled
Build Docker image / buildx (push) Has been cancelled
Deploy static content to Pages / deploy (push) Has been cancelled
Build Homebrew package / build (push) Has been cancelled
Build GitHub Pages website / build (push) Has been cancelled
Build Pip package / build (push) Has been cancelled
Run tests / python_tests (ubuntu-22.04, 3.11) (push) Has been cancelled
Run tests / docker_tests (push) Has been cancelled
Build GitHub Pages website / deploy (push) Has been cancelled
Some checks failed
Run linters / lint (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
Build Debian package / build (push) Has been cancelled
Build Docker image / buildx (push) Has been cancelled
Deploy static content to Pages / deploy (push) Has been cancelled
Build Homebrew package / build (push) Has been cancelled
Build GitHub Pages website / build (push) Has been cancelled
Build Pip package / build (push) Has been cancelled
Run tests / python_tests (ubuntu-22.04, 3.11) (push) Has been cancelled
Run tests / docker_tests (push) Has been cancelled
Build GitHub Pages website / deploy (push) Has been cancelled
This commit is contained in:
parent
6c2f1d232a
commit
5295320b0b
1 changed files with 1 additions and 1 deletions
|
@ -104,6 +104,7 @@ debug = [
|
||||||
"djdt_flamegraph>=0.2.13",
|
"djdt_flamegraph>=0.2.13",
|
||||||
"ipdb>=0.13.13",
|
"ipdb>=0.13.13",
|
||||||
"requests-tracker>=0.3.3",
|
"requests-tracker>=0.3.3",
|
||||||
|
"django-autotyping>=0.5.1",
|
||||||
]
|
]
|
||||||
all = [
|
all = [
|
||||||
"archivebox[sonic,ldap,debug]"
|
"archivebox[sonic,ldap,debug]"
|
||||||
|
@ -136,7 +137,6 @@ dev-dependencies = [
|
||||||
"ruff>=0.6.6",
|
"ruff>=0.6.6",
|
||||||
"flake8>=7.1.1",
|
"flake8>=7.1.1",
|
||||||
"mypy>=1.11.2",
|
"mypy>=1.11.2",
|
||||||
"django-autotyping>=0.5.1",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.uv.workspace]
|
[tool.uv.workspace]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue