add poetry-dotenv-plugin (#26216)

old-commit-hash: 1be5cecfa2
taco
Cameron Clough 3 years ago committed by GitHub
parent 1ff74d58b7
commit 51c3941fff
  1. 1
      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

Loading…
Cancel
Save