mirror of
https://github.com/Zetaphor/browser-recall.git
synced 2025-12-06 10:29:38 +00:00
13 lines
236 B
TOML
13 lines
236 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",
|
|
"uvicorn[standard]",
|
|
"crawl4ai",
|
|
]
|