update ini files to run asyncio process as a daemon

This commit is contained in:
Kyle Mahan 2015-03-15 10:52:15 -07:00
parent 9ec34de4fc
commit db877f0c2e
3 changed files with 6 additions and 4 deletions

View file

@ -14,6 +14,7 @@ setup(name='Woodwind',
'Flask-Login',
'Flask-Micropub',
'Flask-SQLAlchemy',
'asyncio_redis',
'beautifulsoup4',
'bleach',
'feedparser',
@ -23,6 +24,6 @@ setup(name='Woodwind',
'redis',
'requests',
'rq',
'tornado',
'uwsgi',
'websockets',
])