add django-object-actions to provide Regenerate ABID button

This commit is contained in:
Nick Sweeting
2024-09-05 23:19:21 -07:00
parent 00aa7dc19f
commit 2e1e1945f2
7 changed files with 144 additions and 79 deletions

View File

@@ -50,6 +50,7 @@ dependencies = [
"base32-crockford==0.3.0",
"rich>=13.8.0",
"channels[daphne]>=4.1.0",
"django-object-actions>=4.2.0",
]
homepage = "https://github.com/ArchiveBox/ArchiveBox"