aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-04-13 12:34:57 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-04-13 12:34:57 +0200
commit7de9e5d981a855eeb2a90882d380b5a096553261 (patch)
tree0bdbd6a0c0b971917e6d7b8f65867ee5b2b75bfb /requirements.txt
parentFixed history view. (diff)
downloadnewspipe-7de9e5d981a855eeb2a90882d380b5a096553261.tar.gz
newspipe-7de9e5d981a855eeb2a90882d380b5a096553261.tar.bz2
newspipe-7de9e5d981a855eeb2a90882d380b5a096553261.zip
Test of the new crawler with gevent.
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 9919f2f0..5b516396 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -11,3 +11,4 @@ Flask-Principal
Flask-WTF
Flask-Mail
WTForms
+gevent \ No newline at end of file
bgstack15