This repository has been archived on 2026-04-21. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
n8n-helper/pyproject.toml
T

17 lines
365 B
TOML

[project]
name = "jobpostingparser"
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",
]