diff options
-rw-r--r-- | README.md | 5 | ||||
-rw-r--r-- | src/requirement.txt | 2 |
2 files changed, 2 insertions, 5 deletions
@@ -4,7 +4,4 @@ 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) +Install all dependencies from the `src/requirement.txt` file. diff --git a/src/requirement.txt b/src/requirement.txt index 24fa125..f1b0ac0 100644 --- a/src/requirement.txt +++ b/src/requirement.txt @@ -1 +1 @@ -flask-pymongo==2.0.0b1 +flask-pymongo |