Код: Выделить всё
# pyproject.toml
my-package = { git = "https://gitlab.com/group/my-package.git" }
Код: Выделить всё
# envs
export POETRY_HTTP_BASIC_GITLAB_PASSWORD="xxx"
export POETRY_HTTP_BASIC_GITLAB_USERNAME="xxx"
export POETRY_REPOSITORIES_GITLAB_URL="https://gitlab.com/group/my-package.git"
poetry install # => this works
Код: Выделить всё
# envs
export POETRY_HTTP_BASIC_GITLAB_PASSWORD="xxx"
export POETRY_HTTP_BASIC_GITLAB_USERNAME="xxx"
export POETRY_REPOSITORIES_GITLAB_URL="https://gitlab.com"
poetry install # => not works
Подробнее здесь: https://stackoverflow.com/questions/798 ... rom-gitlab
Мобильная версия