1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-09-03 03:13:12 +02:00

add ulid and typeid to Snapshot and ArchiveResult

This commit is contained in:
Nick Sweeting
2024-05-12 04:45:34 -07:00
parent 0529099639
commit 33bc4622a0
3 changed files with 85 additions and 4 deletions

View File

@@ -37,6 +37,8 @@ dependencies = [
# - See Github issues for more...
"django-signal-webhooks>=0.3.0",
"django-admin-data-views>=0.3.1",
"ulid-py>=1.1.0",
"typeid-python>=0.3.0",
]
homepage = "https://github.com/ArchiveBox/ArchiveBox"