update requirements.txt
This commit is contained in:
parent
c9b2366637
commit
1f6a315892
2 changed files with 45 additions and 22 deletions
22
setup.py
22
setup.py
|
|
@ -8,24 +8,4 @@ setup(name='Woodwind',
|
|||
author='Kyle Mahan',
|
||||
author_email='kyle@kylewm.com',
|
||||
url='https://indiewebcamp.com/Woodwind',
|
||||
packages=['woodwind'],
|
||||
install_requires=[
|
||||
'Flask',
|
||||
'Flask-Login',
|
||||
'Flask-Micropub',
|
||||
'Flask-SQLAlchemy',
|
||||
'asyncio_redis',
|
||||
'beautifulsoup4',
|
||||
'bleach',
|
||||
'feedparser',
|
||||
'html5lib',
|
||||
'mf2py',
|
||||
'mf2util',
|
||||
'redis',
|
||||
'requests',
|
||||
'rq',
|
||||
'uwsgi',
|
||||
'websockets',
|
||||
'pyOpenSSL',
|
||||
'pyasn1',
|
||||
])
|
||||
packages=['woodwind'])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue