diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-11-02 23:43:41 +0100 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-11-02 23:43:41 +0100 |
commit | c676ce63be0120cc9cad8c206b82350b7ea02f8b (patch) | |
tree | 0ce92438d90cb8e8c9942808cbd423aedd3d9974 | |
parent | Updated README. (diff) | |
download | newspipe-c676ce63be0120cc9cad8c206b82350b7ea02f8b.tar.gz newspipe-c676ce63be0120cc9cad8c206b82350b7ea02f8b.tar.bz2 newspipe-c676ce63be0120cc9cad8c206b82350b7ea02f8b.zip |
Removed Flask-Principal dependency from the requirements.txt file.
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index b303f574..752b8f4e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,6 @@ Flask flask-mongoengine Flask-Admin Flask-Login -Flask-Principal Flask-WTF Flask-Mail WTForms |