Merge branch 'header-settings-refactor'

This commit is contained in:
Sumner Evans
2020-05-30 01:59:22 -06:00
61 changed files with 2271 additions and 937 deletions

View File

@@ -3,4 +3,5 @@ export PYENV_ROOT="${HOME}/.pyenv"
export PATH="${PYENV_ROOT}/bin:$PATH"
eval "$(pyenv init -)"
export PIPENV_VENV_IN_PROJECT=1
pipenv install --dev

View File

@@ -33,6 +33,7 @@ RUN apt update && \
python3-pip \
tk-dev \
wget \
xvfb \
xz-utils \
zlib1g-dev