update requirements.txt
This commit is contained in:
parent
c9b2366637
commit
1f6a315892
2 changed files with 45 additions and 22 deletions
|
@ -1 +1,44 @@
|
|||
-e .
|
||||
Flask==0.10.1
|
||||
Flask-DebugToolbar==0.9.2
|
||||
Flask-Login==0.2.11
|
||||
Flask-Micropub==0.2.1
|
||||
Flask-Migrate==1.3.1
|
||||
Flask-SQLAlchemy==2.0
|
||||
Flask-Script==2.0.5
|
||||
Jinja2==2.7.3
|
||||
Mako==1.0.1
|
||||
MarkupSafe==0.23
|
||||
SQLAlchemy==1.0.0
|
||||
Werkzeug==0.10.4
|
||||
-e git+git@github.com:kylewm/woodwind.git@c9b23666377da6394886ef5547d1b46a5c1813b3#egg=Woodwind-origin/HEAD
|
||||
alembic==0.7.5.post2
|
||||
amqp==1.4.6
|
||||
anyjson==0.3.3
|
||||
asyncio-redis==0.13.4
|
||||
beautifulsoup4==4.3.2
|
||||
billiard==3.3.0.19
|
||||
bleach==1.4.1
|
||||
blinker==1.3
|
||||
certifi==14.05.14
|
||||
cffi==0.9.2
|
||||
click==3.3
|
||||
cryptography==0.8.1
|
||||
feedparser==5.1.3
|
||||
html5lib==0.999
|
||||
itsdangerous==0.24
|
||||
kombu==3.0.24
|
||||
mf2py==0.2.5
|
||||
mf2util==0.1.9
|
||||
psycopg2==2.5.4
|
||||
pyOpenSSL==0.14
|
||||
pyasn1==0.1.7
|
||||
pycparser==2.10
|
||||
python-dateutil==2.4.0
|
||||
pytz==2014.10
|
||||
redis==2.10.3
|
||||
requests==2.6.0
|
||||
rq==0.5.1
|
||||
six==1.9.0
|
||||
tornado==4.1
|
||||
uWSGI==2.0.10
|
||||
websockets==2.4
|
||||
|
|
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