mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-06-02 23:59:52 -04:00
fix python vendor dependendcies
This commit is contained in:
parent
d7e333b5cf
commit
44849e1ba2
5 changed files with 82 additions and 15 deletions
|
@ -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",
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue