add django-url-tools to fix pagination and search on public index

This commit is contained in:
Nick Sweeting
2024-10-03 17:39:55 -07:00
parent 1492c02bfa
commit 0619750ffa
4 changed files with 19 additions and 18 deletions

View File

@@ -88,6 +88,7 @@ dependencies = [
"base32-crockford==0.3.0",
############# Extractor Dependencies #############
"yt-dlp>=2024.8.6", # for: media
"django-url-tools>=0.0.8",
]
# pdm lock --group=':all'