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
| pypi_token | Package index authentication token or password. | True | "" |
79
-
| export_requirements | Set to `true` if need to generate requirements.txt. **Optional** defaults to **false**. | True | false |
80
-
| export_credentials | If export_requirements is set to true, it exports requirements.txt with --with-credentials flag. Otherwise, does nothing. | True | true |
81
-
| requirements_path | Path to requirements.txt to be generated (relative to sources root). | True | .container/requirements.txt |
82
-
| install_preview | Install preview version of Poetry. This should be set to **true** in build process until Poetry version 1.2.0 is released. | True | false |
83
-
| version | Version to install. If value is 'latest', script will install the latest available version of Poetry. | True | latest |
84
-
| install_extras | List of optional dependencies to install, separated by space. If value is 'all', all extras will be installed | True | |
85
-
| install_only_dependencies | If set to true, installs only dependencies for project, adds the parameter `--no-root` to `poetry install` command. | True | false |
86
-
| skip_dependencies | If set to true, installs only poetry without installing dependencies. | True | false |
87
-
| export_dev_requirements | If export_requirements is set to true, it exports dev requirements.txt with --without-dev flag. Otherwise, does nothing. | True | true |
| pypi_token | Package index authentication token or password. | True | "" |
79
+
| export_requirements | Set to `true` if need to generate requirements.txt. **Optional** defaults to **false**. | True | false |
80
+
| export_credentials | If export_requirements is set to true, it exports requirements.txt with --with-credentials flag. Otherwise, does nothing. | True | true |
81
+
| requirements_path | Path to requirements.txt to be generated (relative to sources root). | True | .container/requirements.txt |
82
+
| install_preview | Install preview version of Poetry. | True | false |
83
+
| version | Version to install. If value is 'latest', script will install the latest available version of Poetry. | True | latest |
84
+
| install_extras | List of optional dependencies to install, separated by space. If value is 'all', all extras will be installed | True | |
85
+
| install_only_dependencies | If set to true, installs only dependencies for project, adds the parameter `--no-root` to `poetry install` command. | True | false |
86
+
| skip_dependencies | If set to true, installs only poetry without installing dependencies. | True | false |
87
+
| export_dev_requirements | If export_requirements is set to true, it exports dev requirements.txt with --without-dev flag. Otherwise, does nothing. | True | true |
88
+
| no_binary_dependencies | Dependencies that must be built from source - equivalent to installer.no-binary setting in Poetry. Example: "bottleneck,numpy"| True | "" |
0 commit comments