updated dependencies and added .dockerignore
This commit is contained in:
@@ -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
|
||||||
@@ -12,9 +12,14 @@ dependencies = [
|
|||||||
"alembic",
|
"alembic",
|
||||||
"apprise",
|
"apprise",
|
||||||
"apscheduler",
|
"apscheduler",
|
||||||
|
"beautifulsoup4",
|
||||||
|
"bm25s",
|
||||||
|
"ebooklib",
|
||||||
"fastapi",
|
"fastapi",
|
||||||
"fastapi-cli",
|
"fastapi-cli",
|
||||||
"httpx",
|
"httpx",
|
||||||
|
"jinja2",
|
||||||
|
"pgvector",
|
||||||
"polars",
|
"polars",
|
||||||
"psycopg[binary]",
|
"psycopg[binary]",
|
||||||
"pydantic",
|
"pydantic",
|
||||||
@@ -22,9 +27,12 @@ dependencies = [
|
|||||||
"python-multipart",
|
"python-multipart",
|
||||||
"sqlalchemy",
|
"sqlalchemy",
|
||||||
"tenacity",
|
"tenacity",
|
||||||
|
"tiktoken",
|
||||||
"tinytuya",
|
"tinytuya",
|
||||||
"typer",
|
"typer",
|
||||||
|
"uvicorn",
|
||||||
"websockets",
|
"websockets",
|
||||||
|
"yake",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
|
|||||||
Reference in New Issue
Block a user