fix python vendor dependendcies

This commit is contained in:
Nick Sweeting 2024-08-26 20:24:25 -07:00
parent d7e333b5cf
commit 44849e1ba2
No known key found for this signature in database
5 changed files with 82 additions and 15 deletions

View file

@ -45,7 +45,7 @@ dependencies = [
# archivebox will automatically load fallback vendored copies bundled via archivebox/vendor/__init__.py
"pydantic-pkgr>=0.1.4",
"atomicwrites==1.4.0",
"git+https://github.com/tapanpandita/pocket.git@v0.3.7",
"pocket@git+https://github.com/tapanpandita/pocket.git@v0.3.7",
"django-taggit==1.3.0",
"base32-crockford==0.3.0",
]
@ -185,8 +185,6 @@ test = [
lint = [
"flake8",
"mypy",
]
dev = [
"django-autotyping>=0.5.1",
]