Skip to content

Commit 8432c18

Browse files
authored
feat: add poe_tasks.toml and update dependencies for reflex and poethepoet (#32)
1 parent 4911083 commit 8432c18

File tree

3 files changed

+1241
-1213
lines changed

3 files changed

+1241
-1213
lines changed

poe_tasks.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[tasks]
2+
3+
run = "reflex run"

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires-python = ">=3.13"
77
dependencies = [
88
"reflex",
99
"reflex-monaco",
10-
"pydantic-ai[mcp]",
10+
"pydantic-ai",
1111
"python-dotenv>=1.1.1",
1212
]
1313

@@ -30,6 +30,7 @@ packages = ["agentic_connector_builder_webapp"]
3030
[dependency-groups]
3131
dev = [
3232
"playwright>=1.54.0",
33+
"poethepoet>=0.37.0",
3334
"pytest>=8.4.1",
3435
"pytest-asyncio>=1.1.0",
3536
"ruff>=0.12.9",

0 commit comments

Comments
 (0)