This commit is contained in:
ldy
2026-06-17 08:38:15 -04:00
commit f13b8fc1ca
28 changed files with 894 additions and 0 deletions

25
requirements.txt Normal file
View File

@@ -0,0 +1,25 @@
# Core
httpx>=0.27
pydantic>=2.6
pydantic-settings>=2.2
# HTML parsing
beautifulsoup4>=4.12
lxml>=5
# Ingestion
python-jobspy
apify-client
# Structured LLM extraction
pydantic-ai
# Browser agent (fallback only)
browser-use
playwright
# Orchestration / scheduling
prefect
# Tests
pytest