aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2016-04-19 18:43:22 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2016-04-19 18:43:22 +0200
commit001732addfc4f3d0be756c08b71285b8f5ef5e5b (patch)
treeae9ca50b3c495c697e455ca91e8473924d701faa /requirements.txt
parentAdded preprocessor for GET_MANY. (diff)
downloadnewspipe-001732addfc4f3d0be756c08b71285b8f5ef5e5b.tar.gz
newspipe-001732addfc4f3d0be756c08b71285b8f5ef5e5b.tar.bz2
newspipe-001732addfc4f3d0be756c08b71285b8f5ef5e5b.zip
Added Flask-Restless dependency.
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index b63daf74..f4cc2bc2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -14,6 +14,7 @@ Flask-Login
Flask-Principal
Flask-WTF
Flask-RESTful
+Flask-Restless
Flask-Babel
Flask-SSLify
Flask-Migrate
bgstack15