Updated Flet version
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -165,4 +165,5 @@ storage/
|
||||
# Custom
|
||||
ingredients.json
|
||||
checklist.md
|
||||
.vscode/
|
||||
.vscode/
|
||||
settings.json
|
||||
@@ -8,7 +8,7 @@ authors = [
|
||||
{ name = "Nick Kalar", email = "nick@kalar.codes" }
|
||||
]
|
||||
dependencies = [
|
||||
"flet==0.28.3"
|
||||
"flet >=0.70.0.dev0",
|
||||
]
|
||||
|
||||
[tool.flet]
|
||||
@@ -29,6 +29,9 @@ copyright = "Copyright (C) 2025 by Nick Kalar"
|
||||
[tool.flet.app]
|
||||
path = "src"
|
||||
|
||||
[tool.flet.macos]
|
||||
entitlement."com.apple.security.files.user-selected.read-write" = true
|
||||
|
||||
[tool.uv]
|
||||
dev-dependencies = [
|
||||
"flet[all]==0.28.3",
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
python-dotenv
|
||||
flet[all]
|
||||
'flet[all]>=0.70.0.dev0'
|
||||
Reference in New Issue
Block a user