Skip to content
This repository was archived by the owner on Dec 24, 2025. It is now read-only.

Commit 033ce74

Browse files
committed
update pyproject
1 parent 802831d commit 033ce74

2 files changed

Lines changed: 13 additions & 10 deletions

File tree

pyproject.toml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,24 @@ Issues = "https://github.com/flet-dev/flet-audio-recorder/issues"
1919
[tool.setuptools.package-data]
2020
"flutter.flet_audio_recorder" = ["**/*"]
2121

22-
[tool.uv]
23-
dev-dependencies = [
24-
"flet",
25-
"flet-cli",
26-
"flet-desktop",
27-
"mkdocs",
22+
[dependency-groups]
23+
dev = [
24+
"pre-commit>=4.2.0",
25+
]
26+
docs = [
27+
"mkdocs",
2828
"mkdocs-material",
2929
"mkdocstrings[python]",
30-
"pre-commit>=4.2.0",
30+
"mkdocstrings-python-xref",
31+
"mike",
32+
"markdown>=3.6",
33+
"pymdown-extensions",
34+
"mkdocs-glightbox",
35+
"pygments>=2.16",
3136
]
3237

3338
[tool.uv.sources]
3439
flet = { git = "https://github.com/flet-dev/flet", subdirectory = "sdk/python/packages/flet", rev = "v1" }
35-
flet-cli = { git = "https://github.com/flet-dev/flet", subdirectory = "sdk/python/packages/flet-cli", rev = "v1" }
36-
flet-desktop = { git = "https://github.com/flet-dev/flet", subdirectory = "sdk/python/packages/flet-desktop", rev = "v1" }
3740

3841
[build-system]
3942
requires = ["setuptools"]

src/flutter/flet_audio_recorder/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
collection: ^1.16.0
1717
record: 6.0.0
1818

19-
# flet: ^0.25.2
19+
# flet: ^0.70.0
2020
flet:
2121
path: /Users/ndonkohenri/PycharmProjects/flet-dev/flet/packages/flet
2222

0 commit comments

Comments
 (0)