Files
browser-recall/pyproject.toml
2025-04-11 22:41:46 -05:00

21 lines
367 B
TOML

[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",
]