aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2013-10-28 07:23:25 +0100
committerCédric Bonhomme <kimble.mandel@gmail.com>2013-10-28 07:23:25 +0100
commit4fca4c7d64c6423a59daec5b40324d0704deb472 (patch)
treed1130d05728c9bf6a2e0df41b22031f9d3926060 /requirements.txt
parentUpdated /articles page. (diff)
downloadnewspipe-4fca4c7d64c6423a59daec5b40324d0704deb472.tar.gz
newspipe-4fca4c7d64c6423a59daec5b40324d0704deb472.tar.bz2
newspipe-4fca4c7d64c6423a59daec5b40324d0704deb472.zip
Removed Flask debug toolbar dependency.
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt3
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
bgstack15