diff options
-rw-r--r-- | README.md | 7 | ||||
-rw-r--r-- | src/requirement.txt | 1 |
2 files changed, 8 insertions, 0 deletions
@@ -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 |