From 8e191a157275d2df17f1d32750fae3751f12c023 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 16 Jun 2018 17:56:59 +0200 Subject: Add dependecies informations --- README.md | 7 +++++++ src/requirement.txt | 1 + 2 files changed, 8 insertions(+) create mode 100644 src/requirement.txt diff --git a/README.md b/README.md index 7c802e2..5371676 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ # LiberationCenter Simple service to download APK if user want buy it elsewhere that the playstore. + +# Dependencies + +This app use a pre-release version of Flask-PyMongo and you must install it via +the `src/requirement.txt` file ! + +[Why ?](https://github.com/dcrosta/flask-pymongo/issues/110) diff --git a/src/requirement.txt b/src/requirement.txt new file mode 100644 index 0000000..24fa125 --- /dev/null +++ b/src/requirement.txt @@ -0,0 +1 @@ +flask-pymongo==2.0.0b1 -- cgit v1.2.1