aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
blob: 2f627cd4f9c2ba09f5f20f2ecb62e9abbd91b286 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
aiohttp==1.3.1
requests==2.13.0
requests-futures==0.9.7
feedparser==5.2.1
beautifulsoup4==4.5.3
lxml==3.7.2
opml==0.5
psycopg2==2.6.2
SQLAlchemy==1.1.5
alembic==0.8.10
Flask==0.12
Flask-SQLAlchemy==2.1
Flask-Login==0.4.0
Flask-Principal==0.4.0
Flask-WTF==0.14.2
Flask-RESTful==0.3.5
Flask-Restless==0.17.0
Flask-Babel==0.11.1
Flask-SSLify==0.1.5
Flask-Migrate==2.0.3
Flask-Script==2.0.5
WTForms==2.1
python-postmark==0.4.12
python-dateutil==2.6.0
bgstack15