Files
optovia/prefect/requirements.txt
Ruslan Bakiev 2795408b5f Replace Prefect polling with signal pattern
- Prefect flows now signal Temporal workflows on completion
- Activity creates flow run and returns immediately
- Workflow waits for prefect_sync_completed signal (max 30 min)
- Added temporalio SDK to Prefect requirements
- Works for both offers and addresses

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-05 13:39:42 +07:00

9 lines
138 B
Plaintext

prefect>=3.0.0
httpx>=0.25.0
python-arango>=8.0.0
fastapi>=0.109.0
uvicorn>=0.27.0
asyncpg>=0.29.0
infisicalsdk>=1.0.12
temporalio>=1.7.0