mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-05 07:17:52 +10:00
fix python vendor dependendcies
This commit is contained in:
@@ -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",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user