We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b0c7ee commit 474ed39Copy full SHA for 474ed39
cargo/README.md
@@ -6,7 +6,7 @@ Tool to automatically generate `flatpak-builder` manifest json from a `Cargo.loc
6
7
Poetry users can run `poetry install` and skip this.
8
9
-Otherwise install Python 3.8+ with these modules:
+Otherwise install Python 3.9+ with these modules:
10
- tomlkit
11
- aiohttp
12
- (Optional) PyYAML>=6.0.2 for YAML output instead of JSON
cargo/flatpak-cargo-generator.py
@@ -1,4 +1,12 @@
1
#!/usr/bin/env python3
2
+# /// script
3
+# requires-python = ">=3.9"
4
+# dependencies = [
5
+# "aiohttp<4.0.0,>=3.9.5",
+# "PyYAML<7.0.0,>=6.0.2",
+# "tomlkit>=0.13.3,<1.0"
+# ]
+# ///
__license__ = "MIT"
import argparse
0 commit comments