mirror of
https://github.com/borbann-platform/backend-api.git
synced 2025-12-18 12:14:05 +01:00
18 lines
380 B
TOML
18 lines
380 B
TOML
[project]
|
|
name = "crawler-ai"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"crawl4ai>=0.5.0.post8",
|
|
"fastapi[standard]>=0.115.12",
|
|
"inquirer>=3.4.0",
|
|
"loguru>=0.7.3",
|
|
"pandas>=2.2.3",
|
|
"pytest>=8.3.5",
|
|
"python-dotenv>=1.1.0",
|
|
"responses>=0.25.7",
|
|
"rich>=14.0.0",
|
|
]
|