diff options
author | neodarz <neodarz@neodarz.net> | 2018-08-18 20:13:52 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-08-18 20:13:52 +0200 |
commit | 0dc8486342612e5f576464d9a781fa2152a12271 (patch) | |
tree | f9cc3a6ed5f565a53d4b891016e427f1b4d8017b | |
parent | 8e191a157275d2df17f1d32750fae3751f12c023 (diff) | |
download | liberationCenter-0dc8486342612e5f576464d9a781fa2152a12271.tar.xz liberationCenter-0dc8486342612e5f576464d9a781fa2152a12271.zip |
Update to pyMongo 2.x
Diffstat (limited to '')
-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 |