remove platformdirs dependency

This commit is contained in:
Nick Sweeting
2024-10-08 19:17:18 -07:00
parent 0b4cbb6415
commit 9f274cf9f4
4 changed files with 151 additions and 124 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "archivebox"
version = "0.8.5rc18"
version = "0.8.5rc19"
requires-python = ">=3.10"
description = "Self-hosted internet archiving solution."
authors = [{name = "Nick Sweeting", email = "pyproject.toml@archivebox.io"}]
@@ -77,7 +77,6 @@ dependencies = [
"atomicwrites==1.4.1",
"django-taggit==1.3.0",
"base32-crockford==0.3.0",
"platformdirs>=4.3.6",
# "pocket@git+https://github.com/tapanpandita/pocket.git@v0.3.7",
"pydantic-pkgr>=0.4.13",
############# Plugin Dependencies ################