Refactor to use crawl4ai, uv

This commit is contained in:
2025-04-11 22:41:46 -05:00
parent 80516440d7
commit 75a2c51b94
14 changed files with 3559 additions and 648 deletions

20
pyproject.toml Normal file
View File

@@ -0,0 +1,20 @@
[project]
name = "browser-recall"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10.16"
dependencies = [
"crawl4ai",
"fastapi",
"sqlalchemy",
"uvicorn",
"pytz",
"aiofiles",
"websockets",
"pyyaml",
"browser-history",
"pydantic",
"pydantic-settings",
"iso8601",
]