diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-01-21 08:05:39 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-01-21 08:05:39 +0100 |
commit | 2b5cedd394f9219b605a0e9cd7f89335b338b62e (patch) | |
tree | d2b1ac57fa10e6b0c78e099edac404945b5752a4 /requirements.txt | |
parent | Order feeds by title for the HTML export. (diff) | |
download | newspipe-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.txt | 3 |
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 |