-
Notifications
You must be signed in to change notification settings - Fork 84
/
requirements.txt
112 lines (84 loc) · 2.07 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
# make sure we have this version of oauth, for now
oauthlib<3.0.0,>=2.1.0
requests-oauthlib==1.1.0
Flask==1.0.4
Jinja2==2.10.1
# WSGI Containers
gunicorn==19.7.1
envdir==1.0.1
# Errors
raven[flask]==6.0.0
# Database
pymysql==0.8.0
SQLAlchemy>=1.3.0
# Caching
redis==2.10.5
# Job Queue
rq==0.12
rq-dashboard==0.3.7 # pyup: != 0.3.8
# Forms
WTForms>=2.0,<3.0
email-validator==1.1.1
# Flask Extensions
Flask-Assets>=0.12,<0.12.99
# Branch that contains a Unicode bug fix - use until https://github.com/miracle2k/webassets/pull/482 is published
https://github.com/okpy/webassets/archive/978b8063ce80c7f91c6bf080872dafe4eecf2454.zip
Flask-Caching>=1.1
Flask-Login==0.4.0
# File Storage
lockfile==0.12.2 # For local storage
# apache-libcloud==2.3.0
# libcloud with fixes for azure storage, remove when apache-libcloud>2.3.0 is published
https://github.com/apache/libcloud/archive/9039968249cba20a546e5d1eb54ad2efbfa79f43.zip
# OAuth
Flask-OAuthlib==0.9.4
Flask-WTF==0.14.2
Flask-RESTful==0.3.5
Flask-Testing>=0.5.0,<1.0
Flask-RQ==0.2
pyjwt==1.6.1
# Flask DB Extensions
Flask-SQLAlchemy==2.2
# Fork of Flask-SQLAlchemy==2.2 that supports custom create_engine paramters - use until https://github.com/mitsuhiko/flask-sqlalchemy/issues/166 is resolved
# https://github.com/c-w/flask-sqlalchemy/archive/2.2-with-engine-params-fix.zip
Flask-SQLAlchemy-Cache==0.1.5
Flask-Migrate==2.0.3
# Timezones
pytz==2017.2
arrow==0.10.0
# Emailing
sendgrid==3.6.3 # pyup: >=3.6,<4.0
pynliner<1.0
# Autograder Interface
requests==2.21.0
idna<2.9,>=2.5
# Front end
itsdangerous==0.24
cssmin==0.2.0
jsmin==2.2.1
hashids==1.2.0
pygments==2.2.0
humanize==0.5.1
markdown>=2.6,<2.7
pygal>=2.3,<2.4
bleach==2.0.0
# Google logging
gcloud==0.18.3
# Azure logging
applicationinsights==0.11.7
# Azure Storage
azure-storage-blob==1.1.0
# Development
Flask-DebugToolbar==0.10.1
Flask-Script==2.0.5
mccabe==0.6.1
flake8>=2.5.4
pylint>=1.5.2
names==0.3.0
# Testing
pytest>=3.0.0,<3.1
pytest-cov==2.4.0
selenium==3.3.3
# until version 1.0.6 is on pypi
https://github.com/neta79/loremipsum/archive/py3_unicode_fix.zip
Werkzeug==0.14.1