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:
parent
a688393d85
commit
9064573dfa
|
|
@ -29,11 +29,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: main
|
||||
# path: src/serious_python
|
||||
serious_python:
|
||||
git:
|
||||
url: https://github.com/flet-dev/serious-python.git
|
||||
ref: hidden-files-fix
|
||||
path: src/serious_python
|
||||
|
||||
wakelock_plus: ^1.2.10
|
||||
web: ^1.0.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue