Skip to content
Snippets Groups Projects
Commit d3fb552a authored by thomaswoehlke's avatar thomaswoehlke
Browse files

Fixed #179 add Flask-Caching

parent 78b1d26b
No related branches found
No related tags found
No related merge requests found
...@@ -61,6 +61,7 @@ setup_pip_install: ...@@ -61,6 +61,7 @@ setup_pip_install:
pip install -r requirements/dev.txt pip install -r requirements/dev.txt
. scripts/script_get_python_requirements_from_txt.sh . scripts/script_get_python_requirements_from_txt.sh
pip freeze > etc/requirements.txt pip freeze > etc/requirements.txt
pip check
clean_pip_install: clean_pip_install:
@echo "pip_install" @echo "pip_install"
......
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