All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.technologybrewery.habushu.util.PoetryUtil Maven / Gradle / Ivy

Go to download

Leverages Poetry and Pyenv to provide an automated, predictable order of execution of build commands that apply DevOps and configuration management best practices

The newest version!
package org.technologybrewery.habushu.util;

/**
 * Common utility methods for handling TOML Poetry.
 */
public final class PoetryUtil {
    /**
     * Specifies the semver compliant requirement for the version of Poetry that
     * must be installed and available for Habushu to use.
     */
    public static final String POETRY_VERSION_REQUIREMENT = "^1.5.0";

    /**
     * Specifies the semver compliant requirement for the version of Poetry-core that
     * must be installed and available for Habushu to use.
     */
    public static final String POETRY_CORE_VERSION_REQUIREMENT = "^1.6.0";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy