Skip to content

Commit 5a8bb84

Browse files
committed
Remove whitespace
1 parent 95bbf63 commit 5a8bb84

File tree

2 files changed

+47
-47
lines changed

2 files changed

+47
-47
lines changed

agent_chat/pyproject.toml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
# Project metadata
2-
[tool.poetry]
3-
name = "agent_chat"
4-
version = "0.0.1"
5-
description = "An agent chat for Restack"
6-
authors = [
7-
"Restack Team <[email protected]>",
8-
]
9-
readme = "README.md"
10-
packages = [{include = "src"}]
2+
[tool.poetry]
3+
name = "agent_chat"
4+
version = "0.0.1"
5+
description = "An agent chat for Restack"
6+
authors = [
7+
"Restack Team <[email protected]>",
8+
]
9+
readme = "README.md"
10+
packages = [{include = "src"}]
1111

12-
[tool.poetry.dependencies]
13-
python = ">=3.10,<4.0"
14-
watchfiles = "^1.0.0"
15-
pydantic = "^2.10.4"
12+
[tool.poetry.dependencies]
13+
python = ">=3.10,<4.0"
14+
watchfiles = "^1.0.0"
15+
pydantic = "^2.10.4"
1616

17-
# Build system configuration
18-
openai = "^1.60.2"
19-
restack-ai = "^0.0.55"
17+
# Build system configuration
18+
openai = "^1.60.2"
19+
restack-ai = "^0.0.55"
2020

21-
[build-system]
22-
requires = ["poetry-core"]
23-
build-backend = "poetry.core.masonry.api"
21+
[build-system]
22+
requires = ["poetry-core"]
23+
build-backend = "poetry.core.masonry.api"
2424

25-
# CLI command configuration
26-
[tool.poetry.scripts]
27-
dev = "src.services:watch_services"
28-
services = "src.services:run_services"
29-
schedule = "schedule_workflow:run_schedule_workflow"
30-
event = "event_workflow:run_event_workflow"
25+
# CLI command configuration
26+
[tool.poetry.scripts]
27+
dev = "src.services:watch_services"
28+
services = "src.services:run_services"
29+
schedule = "schedule_workflow:run_schedule_workflow"
30+
event = "event_workflow:run_event_workflow"

agent_tool/pyproject.toml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
# Project metadata
2-
[tool.poetry]
3-
name = "agent_tool"
4-
version = "0.0.1"
5-
description = "A tool for an AI agent"
6-
authors = [
7-
"Restack Team <[email protected]>",
8-
]
9-
readme = "README.md"
10-
packages = [{include = "src"}]
2+
[tool.poetry]
3+
name = "agent_tool"
4+
version = "0.0.1"
5+
description = "A tool for an AI agent"
6+
authors = [
7+
"Restack Team <[email protected]>",
8+
]
9+
readme = "README.md"
10+
packages = [{include = "src"}]
1111

12-
[tool.poetry.dependencies]
13-
python = ">=3.10,<4.0"
14-
watchfiles = "^1.0.0"
15-
pydantic = "^2.10.4"
12+
[tool.poetry.dependencies]
13+
python = ">=3.10,<4.0"
14+
watchfiles = "^1.0.0"
15+
pydantic = "^2.10.4"
1616

17-
# Build system configuration
18-
restack-ai = "^0.0.55"
19-
[build-system]
20-
requires = ["poetry-core"]
21-
build-backend = "poetry.core.masonry.api"
17+
# Build system configuration
18+
restack-ai = "^0.0.55"
19+
[build-system]
20+
requires = ["poetry-core"]
21+
build-backend = "poetry.core.masonry.api"
2222

23-
# CLI command configuration
24-
[tool.poetry.scripts]
25-
dev = "src.services:watch_services"
26-
services = "src.services:run_services"
23+
# CLI command configuration
24+
[tool.poetry.scripts]
25+
dev = "src.services:watch_services"
26+
services = "src.services:run_services"

0 commit comments

Comments
 (0)