Update serious_python to 0.9.6 and .gitignore
Bumped serious_python dependency to 0.9.6 and commented out the git override in pubspec.yaml. Added duplicate .DS_Store entry to .gitignore.
This commit is contained in:
parent
ff2e93e926
commit
9118887b76
|
|
@ -1 +1,2 @@
|
|||
.DS_Store
|
||||
.DS_Store
|
||||
|
|
|
|||
|
|
@ -27,13 +27,13 @@ dependency_overrides:
|
|||
ref: main
|
||||
url: https://github.com/flet-dev/flet.git
|
||||
|
||||
#serious_python: 0.9.5
|
||||
serious_python: 0.9.6
|
||||
|
||||
serious_python:
|
||||
git:
|
||||
url: https://github.com/flet-dev/serious-python.git
|
||||
ref: fix-zip-directory
|
||||
path: src/serious_python
|
||||
# serious_python:
|
||||
# git:
|
||||
# url: https://github.com/flet-dev/serious-python.git
|
||||
# ref: fix-zip-directory
|
||||
# path: src/serious_python
|
||||
|
||||
wakelock_plus: ^1.4.0
|
||||
package_info_plus: ^9.0.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue