Skip to content
This repository was archived by the owner on Dec 24, 2025. It is now read-only.

Commit 734ee2b

Browse files
committed
flet >=0.70.0
1 parent dcf81f7 commit 734ee2b

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = [{ name = "Flet contributors", email = "hello@flet.dev" }]
77
license = "Apache-2.0"
88
requires-python = ">=3.10"
99
dependencies = [
10-
"flet",
10+
"flet >=0.70.0",
1111
]
1212

1313
[project.urls]
@@ -38,9 +38,6 @@ docs = [
3838
"pygments>=2.16",
3939
]
4040

41-
[tool.uv.sources]
42-
flet = { git = "https://github.com/flet-dev/flet", subdirectory = "sdk/python/packages/flet", rev = "v1" }
43-
4441
[build-system]
4542
requires = ["setuptools"]
4643
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)