From 12b60195be8365efc7d87b266a99bf47848114b1 Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Mon, 29 Dec 2025 19:03:42 -0800 Subject: [PATCH] Comment out serious_python dependency override The serious_python dependency override has been commented out in pubspec.yaml, possibly to disable its use or resolve conflicts during development. --- {{cookiecutter.out_dir}}/pubspec.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/{{cookiecutter.out_dir}}/pubspec.yaml b/{{cookiecutter.out_dir}}/pubspec.yaml index b5f3b6b..e06c910 100644 --- a/{{cookiecutter.out_dir}}/pubspec.yaml +++ b/{{cookiecutter.out_dir}}/pubspec.yaml @@ -40,11 +40,11 @@ dependency_overrides: ref: main url: https://github.com/flet-dev/flet.git - serious_python: - git: - url: https://github.com/flet-dev/serious-python.git - ref: app-zip-windows-fix - path: src/serious_python + # serious_python: + # git: + # url: https://github.com/flet-dev/serious-python.git + # ref: app-zip-windows-fix + # path: src/serious_python package_info_plus: ^9.0.0 wakelock_plus: ^1.4.0