File size: 508 Bytes
fc12014
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[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"