We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b51be3 commit 66cdf89Copy full SHA for 66cdf89
pyproject.toml
@@ -12,7 +12,7 @@ dependencies = [
12
"flet==0.28.2",
13
"openpyxl>=3.1.5",
14
"pandas>=2.3.1",
15
- "pandas-stubs==2.3.0.250703",
+ "pandas-stubs>=2.3.0.250703",
16
"peewee>=3.18.2",
17
"picologging>=0.9.3",
18
"pypinyin>=0.55.0",
@@ -54,3 +54,6 @@ package-mode = false
54
55
[tool.poetry.group.dev.dependencies]
56
flet = { extras = ["all"], version = "0.28.2" }
57
+
58
+[tool.flet.flutter.pubspec.dependency_overrides]
59
+webview_flutter_android = "4.10.1"
0 commit comments