Files
n8n-workflows/requirements.txt
enrico 25cfefe303 Updated .gitignore to include additional Python, IDE, OS, and application-specific artifacts for better project cleanliness.
- Added a startup event in `api_server.py` to verify database connectivity and provide warnings if no workflows are found.
- Implemented new API endpoints for fetching service categories and searching workflows by category, improving the API's usability and functionality.
- Removed deprecated scripts and files to streamline the codebase and focus on the new FastAPI system.
2025-06-22 01:01:58 +02:00

3 lines
48 B
Plaintext

fastapi>=0.104.0
uvicorn>=0.24.0
pydantic>=2.4.0