Update flet dependency to use 'sensors' branch
Changed the flet package override to reference the 'sensors' branch instead of 'main'. This may be to incorporate new features or fixes related to sensors from the upstream repository.
This commit is contained in:
parent
e6cc49ad0d
commit
166667aceb
|
|
@ -26,7 +26,7 @@ dependency_overrides:
|
|||
flet:
|
||||
git:
|
||||
path: packages/flet
|
||||
ref: main
|
||||
ref: sensors
|
||||
url: https://github.com/flet-dev/flet.git
|
||||
|
||||
serious_python: 0.9.6
|
||||
|
|
|
|||
Loading…
Reference in New Issue