From 1be5cecfa256c16ae8ec9f71bbcd1a57220bf282 Mon Sep 17 00:00:00 2001 From: Cameron Clough Date: Sun, 23 Oct 2022 15:49:32 -0700 Subject: [PATCH] add poetry-dotenv-plugin (#26216) --- update_requirements.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/update_requirements.sh b/update_requirements.sh index 0967e2dc6c..8511a0a4d6 100755 --- a/update_requirements.sh +++ b/update_requirements.sh @@ -60,6 +60,7 @@ if [ -d "./xx" ] || [ -n "$POETRY_VIRTUALENVS_CREATE" ]; then RUN="" else echo "PYTHONPATH=${PWD}" > .env + poetry self add poetry-dotenv-plugin@^0.1.0 RUN="poetry run" fi