aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
blob: 5c8a7a98fcae352082aed72bf6d323e5951a39a4 (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==0.21.6
requests==2.10.0
requests-futures==0.9.7
feedparser==5.2.1
beautifulsoup4==4.4.1
lxml==3.6.0
opml==0.5
psycopg2==2.6.1
SQLAlchemy==1.0.13
alembic==0.8.6
Flask==0.11
Flask-SQLAlchemy==2.1
Flask-Login==0.3.2
Flask-Principal==0.4.0
Flask-WTF==0.12
Flask-RESTful==0.3.5
Flask-Restless==0.17.0
Flask-Babel==0.11.0
Flask-SSLify==0.1.5
Flask-Migrate==1.8.0
Flask-Script==2.0.5
WTForms==2.1
python-postmark==0.4.9
python-dateutil==2.5.3
bgstack15