Skip to content

Commit c3f06d5

Browse files
committed
Adding requirements file for installation setup
1 parent f9353ad commit c3f06d5

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

myproject/data.sqlite

0 Bytes
Binary file not shown.

requirements.txt

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
alembic==0.9.9
2+
blinker==1.4
3+
chardet==3.0.4
4+
click==6.7
5+
Flask==1.0.2
6+
Flask-Dance==0.14.0
7+
Flask-DebugToolbar==0.10.1
8+
Flask-Login==0.4.1
9+
Flask-Migrate==2.1.1
10+
Flask-OAuth==0.12
11+
Flask-OAuthlib==0.9.4
12+
Flask-SQLAlchemy==2.3.2
13+
Flask-WTF==0.14.2
14+
httplib2==0.11.3
15+
idna==2.6
16+
itsdangerous==0.24
17+
Jinja2==2.10
18+
lazy==1.3
19+
Mako==1.0.7
20+
MarkupSafe==1.0
21+
oauth2==1.9.0.post1
22+
oauthlib==2.0.7
23+
python-dateutil==2.7.2
24+
python-editor==1.0.3
25+
requests==2.18.4
26+
requests-oauthlib==0.8.0
27+
six==1.11.0
28+
SQLAlchemy==1.2.6
29+
SQLAlchemy-Utils==0.33.2
30+
urllib3==1.22
31+
URLObject==2.4.3
32+
Werkzeug==0.14.1
33+
wincertstore==0.2
34+
WTForms==2.1

0 commit comments

Comments
 (0)