Skip to content

Commit a38a49a

Browse files
committed
pip: Add inlined dependencies per PEP 0723
1 parent 973a6b7 commit a38a49a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pip/flatpak-pip-generator.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
#!/usr/bin/env python3
2+
# /// script
3+
# requires-python = ">=3.10"
4+
# dependencies = [
5+
# "requirements-parser<1.0.0,>=0.11.0",
6+
# ]
7+
# ///
28

39
__license__ = "MIT"
410

0 commit comments

Comments
 (0)