Enable serious_python dependency override

Uncommented the serious_python dependency override in pubspec.yaml to use the specified git repository, branch, and path.
This commit is contained in:
Feodor Fitsner 2025-12-29 19:12:51 -08:00
parent 12b60195be
commit 3f801f2731
1 changed files with 5 additions and 5 deletions

View File

@ -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