You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specify requirements.txt file. Cannot be used with pyproject file.
62
100
--pyproject-file PYPROJECT_FILE
63
101
Specify pyproject.toml file. Cannot be used with requirements file.
102
+
--optdep-groups [GROUP ...]
103
+
Specify optional dependency groups to include. Can only be used with pyproject file.
64
104
--build-only Clean up all files after build
65
105
--build-isolation Do not disable build isolation. Mostly useful on pip that does't support the feature.
66
106
--ignore-installed IGNORE_INSTALLED
67
-
Comma-separated list of package names for which pip should ignore already installed packages.
68
-
Useful when the package is installed in the SDK but not in the runtime.
107
+
Comma-separated list of package names for which pip should ignore already installed packages. Useful when the package is installed in the SDK but not in the runtime.
69
108
--checker-data Include x-checker-data in output for the "Flatpak External Data Checker"
70
109
--output, -o OUTPUT Specify output file name
71
-
--runtime RUNTIME Specify a flatpak to run pip inside of a sandbox, ensures python version compatibility.
72
-
Format: $RUNTIME_ID//$RUNTIME_BRANCH
110
+
--runtime RUNTIME Specify a flatpak to run pip inside of a sandbox, ensures python version compatibility. Format: $RUNTIME_ID//$RUNTIME_BRANCH
73
111
--yaml Use YAML as output format instead of JSON
74
112
--ignore-errors Ignore errors when downloading packages
75
113
--ignore-pkg [IGNORE_PKG ...]
76
-
Ignore packages when generating the manifest. Needs to be specified
77
-
with version constraints if present (e.g. --ignore-pkg 'foo>=3.0.0' 'baz>=21.0').
114
+
Ignore packages when generating the manifest. Needs to be specified with version constraints if present (e.g. --ignore-pkg 'foo>=3.0.0' 'baz>=21.0').
115
+
--prefer-wheels PREFER_WHEELS
116
+
Comma-separated list of packages for which platform wheels should be preferred over sdists
117
+
--wheel-arches WHEEL_ARCHES
118
+
Comma-separated list of architectures for which platform wheels should be generated (default: x86_64,aarch64)
0 commit comments