### Agency Swarm Project Dependencies Source: https://github.com/vrsen-ai-solutions/agencii-railway-starter/blob/main/requirements.txt This snippet lists the core Python dependencies for the Agency Swarm project. It includes web server components like Flask and Gunicorn, utility libraries such as Jinja2 and Werkzeug, and user interaction tools like Inquirer and Pyperclip. ```python agency-swarm click==7.1.2 Flask==1.1.2 gunicorn==20.0.4 itsdangerous==1.1.0 Jinja2==2.11.3 MarkupSafe==1.1.1 Werkzeug==1.0.1 inquirer==3.4.0 pyperclip==1.9.0 ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.