Formatting and Settings #2

Merged
NickKalar merged 12 commits from formatting into main 2025-12-19 03:44:10 +00:00
3 changed files with 7 additions and 3 deletions
Showing only changes of commit 4a78a01ae3 - Show all commits

1
.gitignore vendored
View File

@@ -166,3 +166,4 @@ storage/
ingredients.json ingredients.json
checklist.md checklist.md
.vscode/ .vscode/
settings.json

View File

@@ -8,7 +8,7 @@ authors = [
{ name = "Nick Kalar", email = "nick@kalar.codes" } { name = "Nick Kalar", email = "nick@kalar.codes" }
] ]
dependencies = [ dependencies = [
"flet==0.28.3" "flet >=0.70.0.dev0",
] ]
[tool.flet] [tool.flet]
@@ -29,6 +29,9 @@ copyright = "Copyright (C) 2025 by Nick Kalar"
[tool.flet.app] [tool.flet.app]
path = "src" path = "src"
[tool.flet.macos]
entitlement."com.apple.security.files.user-selected.read-write" = true
[tool.uv] [tool.uv]
dev-dependencies = [ dev-dependencies = [
"flet[all]==0.28.3", "flet[all]==0.28.3",

View File

@@ -1,2 +1,2 @@
python-dotenv python-dotenv
flet[all] 'flet[all]>=0.70.0.dev0'