1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-09-03 11:22:37 +02:00

bump pydantic-pkgr submodule deps

This commit is contained in:
Nick Sweeting
2024-09-24 19:05:23 -07:00
parent 07eff77c0a
commit 9f7937e1b7
4 changed files with 15 additions and 13 deletions

View File

@@ -77,7 +77,7 @@ dependencies = [
############# VENDORED LIBS ######################
# 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
"pydantic-pkgr>=0.3.5",
"pydantic-pkgr>=0.3.6",
"atomicwrites==1.4.1",
"pocket@git+https://github.com/tapanpandita/pocket.git@v0.3.7",
"django-taggit==1.3.0",
@@ -130,6 +130,8 @@ debug = [
"logfire[django]>=0.51.0",
"opentelemetry-instrumentation-django>=0.47b0",
"opentelemetry-instrumentation-sqlite3>=0.47b0",
"viztracer", # usage: viztracer ../.venv/bin/archivebox manage check
# "snakeviz", # usage: python -m cProfile -o flamegraph.prof ../.venv/bin/archivebox manage check
]
test = [
"pytest>=8.3.3",