authenticate first, ask for micropub authorization later
This commit is contained in:
parent
254b0ac5b6
commit
c70f527ec7
11 changed files with 215 additions and 62 deletions
15
setup.py
Normal file
15
setup.py
Normal file
|
@ -0,0 +1,15 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
from distutils.core import setup
|
||||
|
||||
setup(name='Woodwind',
|
||||
version='1.0.0',
|
||||
description='Stream-style indieweb reader',
|
||||
author='Kyle Mahan',
|
||||
author_email='kyle@kylewm.com',
|
||||
url='https://indiewebcamp.com/Woodwind',
|
||||
packages=['woodwind'],
|
||||
install_requires=[
|
||||
'Flask', 'Flask-Login', 'Flask-Micropub', 'Flask-SQLAlchemy',
|
||||
'beautifulsoup4', 'bleach', 'celery', 'feedparser', 'html5lib',
|
||||
'mf2py', 'mf2util', 'redis', 'requests'])
|
Loading…
Add table
Add a link
Reference in a new issue