diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-04-20 08:53:23 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-04-20 08:53:23 +0200 |
commit | 2e9aa87a7b82a5c453ac0114c7361c2eece1a7ea (patch) | |
tree | a4dc7d590a3728edc64a95b2ad310df9bfa19637 /requirements.txt | |
parent | Authenticate the user via the request. (diff) | |
parent | Added a blueprint for the Flask-Restless feed api. (diff) | |
download | newspipe-2e9aa87a7b82a5c453ac0114c7361c2eece1a7ea.tar.gz newspipe-2e9aa87a7b82a5c453ac0114c7361c2eece1a7ea.tar.bz2 newspipe-2e9aa87a7b82a5c453ac0114c7361c2eece1a7ea.zip |
Fix conflicts.
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
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 |