crewAI-examples icon indicating copy to clipboard operation
crewAI-examples copied to clipboard

Added minimum required dependencies to run the project

Open alexfazio opened this issue 10 months ago • 1 comments

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

alexfazio avatar Apr 19 '24 20:04 alexfazio