Skip to content

Commit 1273ea1

Browse files
ci (taskfile): remove flet, watch python deps in builds
1 parent 7eb326d commit 1273ea1

File tree

5 files changed

+2
-568
lines changed

5 files changed

+2
-568
lines changed

pyproject.toml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ requires-python = ">=3.12,<3.13"
1313
dependencies = [
1414
"certifi>=2025.7.14",
1515
"eliot>=1.17.5",
16-
"flet>=0.28.3,<0.29.0",
1716
"httpx>=0.27.0,<1.0.0",
1817
"msgpack>=1.0.0",
1918
"nest-asyncio>=1.6.0",
@@ -30,7 +29,6 @@ dependencies = [
3029
dev = [
3130
"argcomplete<4.0.0,>=3.5.0",
3231
"deptry<1.0.0,>=0.23.0",
33-
"flet[all]>=0.28.3,<0.29.0",
3432
"icecream<3.0.0,>=2.1.3",
3533
"ipython<9.0.0,>=8.27.0",
3634
"mypy<2.0.0,>=1.14.1",
@@ -106,17 +104,3 @@ exclude_lines = [
106104
"pass",
107105
"..."
108106
]
109-
110-
[tool.flet.app]
111-
module = "main"
112-
path = "app"
113-
# exclude = ["assets"] # --exclude
114-
115-
[tool.flet.macos]
116-
build_arch = "arm64"
117-
entitlement."com.apple.security.app-sandbox" = true
118-
entitlement."com.apple.security.cs.allow-jit" = true
119-
entitlement."com.apple.security.network.client" = true
120-
entitlement."com.apple.security.network.server" = true
121-
entitlement."com.apple.security.files.user-selected.read-only" = true
122-
entitlement."com.apple.security.files.user-selected.read-write" = true

taskfile.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ dir: "{{.ROOT_DIR}}"
1616
includes:
1717
docker:
1818
taskfile: ./taskfiles/docker.yml
19-
flet:
20-
taskfile: ./taskfiles/flet.yml
2119
npm:
2220
taskfile: ./taskfiles/npm.yml
2321
pex:

taskfiles/flet.yml

Lines changed: 0 additions & 238 deletions
This file was deleted.

taskfiles/tauri.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ tasks:
9595
- "{{.TAURI_DIR}}/Cargo.toml"
9696
- "{{.TAURI_DIR}}/tauri.conf.json"
9797
- "{{.SIDECAR_DIR}}/main*"
98+
- "{{.ROOT_DIR}}/pyproject.toml"
99+
- "{{.ROOT_DIR}}/uv.lock"
98100

99101
build:arm64:
100102
desc: "Build Tauri app for Apple Silicon (arm64)"

0 commit comments

Comments
 (0)