We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9353ad commit c3f06d5Copy full SHA for c3f06d5
myproject/data.sqlite
0 Bytes
requirements.txt
@@ -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