updated dependencies and added .dockerignore

This commit is contained in:
2026-07-12 16:12:40 -04:00
parent 37f37c41ac
commit f4c4b11ff8
2 changed files with 23 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
.git
.direnv
.mypy_cache
.pytest_cache
.ruff_cache
__pycache__
**/__pycache__
*.pyc
*.pyo
.ebook_search_bm25
result
result-*
*.egg-info
dist
build
+8
View File
@@ -12,9 +12,14 @@ dependencies = [
"alembic",
"apprise",
"apscheduler",
"beautifulsoup4",
"bm25s",
"ebooklib",
"fastapi",
"fastapi-cli",
"httpx",
"jinja2",
"pgvector",
"polars",
"psycopg[binary]",
"pydantic",
@@ -22,9 +27,12 @@ dependencies = [
"python-multipart",
"sqlalchemy",
"tenacity",
"tiktoken",
"tinytuya",
"typer",
"uvicorn",
"websockets",
"yake",
]
[project.scripts]