Spaces:
Sleeping
Sleeping
| [project] | |
| name = "tech_news" | |
| version = "0.1.0" | |
| description = "tech_news using crewAI" | |
| authors = [{ name = "Your Name", email = "you@example.com" }] | |
| requires-python = ">=3.10,<=3.13" | |
| dependencies = [ | |
| "crewai[tools]>=0.76.9,<1.0.0" | |
| ] | |
| [project.scripts] | |
| tech_news = "tech_news.main:run" | |
| run_crew = "tech_news.main:run" | |
| train = "tech_news.main:train" | |
| replay = "tech_news.main:replay" | |
| test = "tech_news.main:test" | |
| [build-system] | |
| requires = ["hatchling"] | |
| build-backend = "hatchling.build" | |