Archived
22 lines
410 B
TOML
22 lines
410 B
TOML
[project]
|
|
name = "n8n_helper"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"fastapi>=0.116.1",
|
|
"httpx>=0.28.1",
|
|
"loguru>=0.7.3",
|
|
"markdownify>=1.1.0",
|
|
"pydantic-settings>=2.10.1",
|
|
"python-dotenv>=1.1.1",
|
|
"selectolax>=0.3.32",
|
|
"uvicorn>=0.35.0",
|
|
]
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"rich>=14.1.0",
|
|
]
|