Mercurial > piecrust2
diff 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 |
line wrap: on
line diff
--- a/setup.py Wed Feb 21 21:21:42 2018 -0800 +++ b/setup.py Thu Feb 22 22:12:45 2018 -0800 @@ -154,6 +154,7 @@ install_requires = [ 'colorama>=0.3.3', 'compressinja>=0.0.2', + 'beautifulsoup4>=4.6.0', 'Flask>=0.10.1', 'Flask-IndieAuth>=0.0.3.2', 'Flask-Login>=0.3.2', @@ -161,6 +162,7 @@ 'Jinja2>=2.10', 'Markdown>=2.6.2', 'MarkupSafe>=1.0', + 'mf2py>=1.0.5', 'paramiko>=2.0.0', 'Pillow>=4.3.0', 'Pygments>=2.0.2', @@ -168,6 +170,7 @@ 'python-dateutil>=2.4.2', 'PyYAML>=3.11', 'repoze.lru>=0.6', + 'requests>=2.18.0', 'smartypants>=1.8.6', 'strict-rfc3339>=0.5', 'textile>=2.2.2',