aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2018-06-16 17:56:59 +0200
committerneodarz <neodarz@neodarz.net>2018-06-16 17:56:59 +0200
commit8e191a157275d2df17f1d32750fae3751f12c023 (patch)
tree4cd8b6ab321e385875b02ae4ff9286a1bab0b30c
parent5bcc1ed9df4e7a6b8086cac3f25a466aee3bebcd (diff)
downloadliberationCenter-8e191a157275d2df17f1d32750fae3751f12c023.tar.xz
liberationCenter-8e191a157275d2df17f1d32750fae3751f12c023.zip
Add dependecies informationsv0.0.1
-rw-r--r--README.md7
-rw-r--r--src/requirement.txt1
2 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7c802e2..5371676 100644
--- a/README.md
+++ b/README.md
@@ -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