Browse Source

remove django-url-tools from pyproject.toml deps

Nick Sweeting 1 year ago
parent
commit
2c34fac44f
1 changed files with 3 additions and 3 deletions
  1. 3 3
      pyproject.toml

+ 3 - 3
pyproject.toml

@@ -78,6 +78,8 @@ dependencies = [
     "py-machineid>=0.6.0",            # for: machine/detect.py calculating machine guid
     "py-machineid>=0.6.0",            # for: machine/detect.py calculating machine guid
     "python-benedict[io,parse]>=0.33.2",
     "python-benedict[io,parse]>=0.33.2",
     "pydantic-settings>=2.5.2",
     "pydantic-settings>=2.5.2",
+    ############# Extractor Dependencies #############
+    "yt-dlp>=2024.8.6",               # for: media
     ############# VENDORED LIBS ######################
     ############# VENDORED LIBS ######################
     # these can be safely omitted when installation subsystem does not provide these as packages (e.g. apt/debian)
     # these can be safely omitted when installation subsystem does not provide these as packages (e.g. apt/debian)
     # archivebox will automatically load fallback vendored copies bundled via archivebox/vendor/__init__.py
     # archivebox will automatically load fallback vendored copies bundled via archivebox/vendor/__init__.py
@@ -86,9 +88,7 @@ dependencies = [
     "pocket@git+https://github.com/tapanpandita/[email protected]",
     "pocket@git+https://github.com/tapanpandita/[email protected]",
     "django-taggit==1.3.0",
     "django-taggit==1.3.0",
     "base32-crockford==0.3.0",
     "base32-crockford==0.3.0",
-    ############# Extractor Dependencies #############
-    "yt-dlp>=2024.8.6",               # for: media
-    "django-url-tools>=0.0.8",
+    #################################################
 ]
 ]
 
 
 # pdm lock --group=':all' 
 # pdm lock --group=':all'