diff options
author | neodarz <neodarz@neodarz.net> | 2018-06-16 17:56:59 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-06-16 17:56:59 +0200 |
commit | 8e191a157275d2df17f1d32750fae3751f12c023 (patch) | |
tree | 4cd8b6ab321e385875b02ae4ff9286a1bab0b30c | |
parent | 5bcc1ed9df4e7a6b8086cac3f25a466aee3bebcd (diff) | |
download | liberationCenter-8e191a157275d2df17f1d32750fae3751f12c023.tar.xz liberationCenter-8e191a157275d2df17f1d32750fae3751f12c023.zip |
Add dependecies informationsv0.0.1
-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 |