crewAI-examples
crewAI-examples copied to clipboard
Added minimum required dependencies to run the project
Starter Project Small Upgrade
This commit incorporates the required dependencies into a new .toml file, eliminating the need to create a fresh .toml file from the ground up. The included dependencies ensure the project can be established and run with minimal setup.
The key changes in this commit:
- Update the [tool.poetry.dependencies] section with the required packages
- Specify the compatible Python versions
- Include the necessary build system requirements