Update serious_python dependency override
Enabled the serious_python override with a new git reference 'app-zip-windows-fix' to address issues related to Windows app zipping. Previously, the override was commented out and pointed to 'android-crash-fix'.
This commit is contained in:
parent
6d3f6dd054
commit
8d69efec17
|
|
@ -31,11 +31,11 @@ dependency_overrides:
|
|||
|
||||
# serious_python: 0.9.6
|
||||
|
||||
# serious_python:
|
||||
# git:
|
||||
# url: https://github.com/flet-dev/serious-python.git
|
||||
# ref: android-crash-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
|
||||
|
||||
wakelock_plus: ^1.2.10
|
||||
web: ^1.0.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue