Add poetry to the list of supported package managers

This commit is contained in:
allegroai 2020-03-01 17:13:15 +02:00
parent f838c8fc70
commit 25bc44c0cf

View File

@ -38,7 +38,7 @@ agent {
# currently supported pip and conda
# poetry is used if pip selected and repository contains poetry.lock file
package_manager: {
# supported options: pip, conda
# supported options: pip, conda, poetry
type: pip,
# specify pip version to use (examples "<20", "==19.3.1", "", empty string will install the latest version)