From 2b5cedd394f9219b605a0e9cd7f89335b338b62e Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 21 Jan 2015 08:05:39 +0100 Subject: First implementation with asyncio (not really async for the moment). --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'requirements.txt') 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 -- cgit