comparison setup.py @ 1114:8af2ea1f5c34

tasks: Add new `tasks` command and infrastructure, with `mention` task. * The new command lets `chef` run tasks from a queue. * The webmention endpoint now adds a mention task. * Moved mention handling code to a task runner.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 22 Feb 2018 22:12:45 -0800
parents 21834ab8fd9b
children 0d699f04968c
comparison
equal deleted inserted replaced
1113:29c51b981c17 1114:8af2ea1f5c34
152 152
153 153
154 install_requires = [ 154 install_requires = [
155 'colorama>=0.3.3', 155 'colorama>=0.3.3',
156 'compressinja>=0.0.2', 156 'compressinja>=0.0.2',
157 'beautifulsoup4>=4.6.0',
157 'Flask>=0.10.1', 158 'Flask>=0.10.1',
158 'Flask-IndieAuth>=0.0.3.2', 159 'Flask-IndieAuth>=0.0.3.2',
159 'Flask-Login>=0.3.2', 160 'Flask-Login>=0.3.2',
160 'Inukshuk>=0.1.2', 161 'Inukshuk>=0.1.2',
161 'Jinja2>=2.10', 162 'Jinja2>=2.10',
162 'Markdown>=2.6.2', 163 'Markdown>=2.6.2',
163 'MarkupSafe>=1.0', 164 'MarkupSafe>=1.0',
165 'mf2py>=1.0.5',
164 'paramiko>=2.0.0', 166 'paramiko>=2.0.0',
165 'Pillow>=4.3.0', 167 'Pillow>=4.3.0',
166 'Pygments>=2.0.2', 168 'Pygments>=2.0.2',
167 'pystache>=0.5.4', 169 'pystache>=0.5.4',
168 'python-dateutil>=2.4.2', 170 'python-dateutil>=2.4.2',
169 'PyYAML>=3.11', 171 'PyYAML>=3.11',
170 'repoze.lru>=0.6', 172 'repoze.lru>=0.6',
173 'requests>=2.18.0',
171 'smartypants>=1.8.6', 174 'smartypants>=1.8.6',
172 'strict-rfc3339>=0.5', 175 'strict-rfc3339>=0.5',
173 'textile>=2.2.2', 176 'textile>=2.2.2',
174 'Unidecode>=0.4.18', 177 'Unidecode>=0.4.18',
175 'watchdog>=0.8.3', 178 'watchdog>=0.8.3',