forked from CornellNLP/CS4300_Flask_template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrequirements.txt
59 lines (59 loc) · 998 Bytes
/
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
alembic==0.8.6
aniso8601==1.1.0
appdirs==1.4.3
autoenv==1.0.0
bcrypt==2.0.0
certifi==2018.4.16
cffi==1.6.0
chardet==3.0.4
click==6.7
empath==0.89
Flask==0.10.1
Flask-Bcrypt==0.7.1
Flask-HTTPAuth==3.1.2
Flask-JWT==0.3.2
flask-marshmallow==0.6.2
Flask-Migrate==1.8.0
Flask-RESTful==0.3.5
Flask-Script==2.0.5
Flask-SocketIO==2.3
Flask-SQLAlchemy==2.1
Flask-WTF==0.12
gevent==1.1.1
greenlet==0.4.9
gunicorn==19.7.0
hiredis==0.2.0
idna==2.6
itsdangerous==0.24
Jinja2==2.8
Mako==1.0.4
Markdown==2.6.11
MarkupSafe==0.23
marshmallow==2.7.3
marshmallow-sqlalchemy==0.8.1
mysql-connector==2.1.4
nltk==3.2.2
numpy==1.14.2
packaging==16.8
Pint==0.8.1
psycopg2==2.7.4
pycparser==2.14
PyJWT==1.4.0
pyparsing==2.2.0
python-dateutil==2.5.3
python-editor==1.0
python-engineio==0.9.1
python-Levenshtein==0.12.0
python-socketio==1.3
pytz==2016.4
redis==2.10.5
requests==2.18.4
scikit-learn==0.18.1
scipy==1.0.1
six==1.10.0
sklearn==0.0
SQLAlchemy==1.0.13
urllib3==1.22
Werkzeug==0.11.9
wincertstore==0.2
WTForms==2.1