mirror of
https://github.com/borbann-platform/backend-api.git
synced 2025-12-19 04:34:06 +01:00
22 lines
506 B
TOML
22 lines
506 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",
|
|
"pytest-asyncio>=0.26.0",
|
|
"python-dotenv>=1.1.0",
|
|
"responses>=0.25.7",
|
|
"rich>=14.0.0",
|
|
]
|
|
|
|
[tool.pytest.ini_options]
|
|
asyncio_mode = "auto"
|
|
asyncio_default_fixture_loop_scope = "function" |