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

Fixed #179 add Flask-Caching

parent 4596bea5
No related branches found
No related tags found
No related merge requests found
...@@ -59,6 +59,8 @@ setup_pip_install: ...@@ -59,6 +59,8 @@ setup_pip_install:
pip install -r requirements/docs.txt pip install -r requirements/docs.txt
pip install -r requirements/tests.txt pip install -r requirements/tests.txt
pip install -r requirements/dev.txt pip install -r requirements/dev.txt
. scripts/script_get_python_requirements_from_txt.sh
pip freeze > etc/requirements.txt
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