Skip to content
Snippets Groups Projects
Commit ecc56c28 authored by chrissi^'s avatar chrissi^
Browse files

flamingo: Version bump to 1.8

parent 379d5f04
No related branches found
No related tags found
No related merge requests found
Pipeline #2365 passed
......@@ -17,6 +17,7 @@ $(PYTHON_VENV)/.created.deploy:
rm -rf $(PYTHON_VENV) && \
$(PYTHON) -m venv $(PYTHON_VENV) && \
. $(PYTHON_VENV)/bin/activate && \
pip install pip --upgrade && \
pip install --upgrade -r ./REQUIREMENTS-deploy.txt > $(PYTHON_VENV)/build.log 2>&1 && \
(date > $(PYTHON_VENV)/.created.deploy) || \
(echo "\e[31m"; cat $(PYTHON_VENV)/build.log; echo "\e[0m"; exit 1)
......@@ -25,6 +26,7 @@ deployenv: $(PYTHON_VENV)/.created.deploy
$(PYTHON_VENV)/.created.full:
. $(PYTHON_VENV)/bin/activate && \
pip install pip --upgrade && \
pip install --upgrade -r ./REQUIREMENTS-full.txt > $(PYTHON_VENV)/build.log 2>&1 && \
(date > $(PYTHON_VENV)/.created.full) || \
(echo "\e[31m"; cat $(PYTHON_VENV)/build.log; echo "\e[0m"; exit 1)
......
git+https://github.com/pengutronix/flamingo@4eddb857376681cfd989ddb1978a3f9210d04e24#egg=flamingo
flamingo==1.8
beautifulsoup4==4.5.3
Pillow
ipython==6
......
git+https://github.com/pengutronix/flamingo@4eddb857376681cfd989ddb1978a3f9210d04e24#egg=flamingo[full]
flamingo[full]==1.8
beautifulsoup4==4.5.3
Pillow
ipython==6
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment