aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2015-01-21 08:05:39 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2015-01-21 08:05:39 +0100
commit2b5cedd394f9219b605a0e9cd7f89335b338b62e (patch)
treed2b1ac57fa10e6b0c78e099edac404945b5752a4 /requirements.txt
parentOrder feeds by title for the HTML export. (diff)
downloadnewspipe-2b5cedd394f9219b605a0e9cd7f89335b338b62e.tar.gz
newspipe-2b5cedd394f9219b605a0e9cd7f89335b338b62e.tar.bz2
newspipe-2b5cedd394f9219b605a0e9cd7f89335b338b62e.zip
First implementation with asyncio (not really async for the moment).
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 a9b3756f..7298e6b5 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -15,6 +15,5 @@ Flask-Babel
Flask-SSLify
WTForms
python-postmark
-gevent
whoosh
-python-dateutil \ No newline at end of file
+python-dateutil
bgstack15