-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
42 lines (36 loc) · 1.53 KB
/
pyproject.toml
File metadata and controls
42 lines (36 loc) · 1.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[project]
name = "madison_reed_order_review_automation_with_csv_rules_processing"
version = "0.1.0"
description = "madison_reed_order_review_automation_with_csv_rules_processing using crewAI"
authors = [{ name = "Your Name", email = "you@example.com" }]
requires-python = ">=3.10,<3.14"
dependencies = [
"crewai[litellm,tools]==1.4.1",
"mr-ai-summary-for-nr-queue2",
"mr-customer-tool-2-0",
"mr-invoice-2-0",
"mr-nr-queue",
]
[project.scripts]
madison_reed_order_review_automation_with_csv_rules_processing = "madison_reed_order_review_automation_with_csv_rules_processing.main:run"
run_crew = "madison_reed_order_review_automation_with_csv_rules_processing.main:run"
train = "madison_reed_order_review_automation_with_csv_rules_processing.main:train"
replay = "madison_reed_order_review_automation_with_csv_rules_processing.main:replay"
test = "madison_reed_order_review_automation_with_csv_rules_processing.main:test"
run_with_trigger = "madison_reed_order_review_automation_with_csv_rules_processing.main:run_with_trigger"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[[tool.uv.index]]
name = "public"
url = "https://app.crewai.com/pypi/public"
[[tool.uv.index]]
name = "madison-reed-50511dc0"
url = "https://app.crewai.com/pypi/madison-reed-50511dc0"
[tool.crewai]
type = "crew"
[tool.uv.sources]
mr-nr-queue = { index = "madison-reed-50511dc0" }
mr-invoice-2-0 = { index = "madison-reed-50511dc0" }
mr-ai-summary-for-nr-queue2 = { index = "madison-reed-50511dc0" }
mr-customer-tool-2-0 = { index = "public" }