From 0dc8486342612e5f576464d9a781fa2152a12271 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 18 Aug 2018 20:13:52 +0200 Subject: Update to pyMongo 2.x --- README.md | 5 +---- src/requirement.txt | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5371676..0076206 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.1