diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-10-28 07:23:25 +0100 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-10-28 07:23:25 +0100 |
commit | 4fca4c7d64c6423a59daec5b40324d0704deb472 (patch) | |
tree | d1130d05728c9bf6a2e0df41b22031f9d3926060 | |
parent | Updated /articles page. (diff) | |
download | newspipe-4fca4c7d64c6423a59daec5b40324d0704deb472.tar.gz newspipe-4fca4c7d64c6423a59daec5b40324d0704deb472.tar.bz2 newspipe-4fca4c7d64c6423a59daec5b40324d0704deb472.zip |
Removed Flask debug toolbar dependency.
-rw-r--r-- | requirements.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index 8be978f0..15c28fea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,10 +2,9 @@ BeautifulSoup mongoengine Flask flask-mongoengine -Flask-DebugToolbar Flask-Admin Flask-Login Flask-Principal Flask-WTF Flask-Mail -WTForms
\ No newline at end of file +WTForms |