Enable serious_python dependency with custom branch

Uncommented the serious_python dependency and updated its git reference to the 'hidden-files-fix' branch. This change allows the project to use the latest fixes from the serious-python repository.
This commit is contained in:
Feodor Fitsner 2025-08-22 12:24:55 -07:00
parent a688393d85
commit 9064573dfa
1 changed files with 5 additions and 5 deletions

View File

@ -29,11 +29,11 @@ dependency_overrides:
ref: main ref: main
url: https://github.com/flet-dev/flet.git url: https://github.com/flet-dev/flet.git
# serious_python: serious_python:
# git: git:
# url: https://github.com/flet-dev/serious-python.git url: https://github.com/flet-dev/serious-python.git
# ref: main ref: hidden-files-fix
# path: src/serious_python path: src/serious_python
wakelock_plus: ^1.2.10 wakelock_plus: ^1.2.10
web: ^1.0.0 web: ^1.0.0