forked from CornellNLP/CS4300_Flask_template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
58 lines (58 loc) · 1008 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
alembic==1.0.8
aniso8601==6.0.0
appdirs==1.4.3
autoenv==1.0.0
bcrypt==3.1.6
certifi==2019.3.9
cffi==1.12.2
chardet==3.0.4
Click==7.0
Flask==1.0.2
Flask-Bcrypt==0.7.1
Flask-HTTPAuth==3.2.4
Flask-JWT==0.3.2
flask-marshmallow==0.10.0
Flask-Migrate==2.4.0
Flask-RESTful==0.3.7
Flask-Script==2.0.6
Flask-SocketIO==3.3.2
Flask-SQLAlchemy==2.3.2
Flask-WTF==0.14.2
gevent==1.4.0
greenlet==0.4.15
gunicorn==19.9.0
hiredis==1.0.0
idna==2.8
itsdangerous==1.1.0
Jinja2==2.10
Mako==1.0.7
MarkupSafe==1.1.1
marshmallow==2.19.0
marshmallow-sqlalchemy==0.16.1
mysql-connector==2.1.7
nltk==3.4
numpy==1.16.2
packaging==19.0
psycopg2==2.7.7
pycparser==2.19
PyJWT==1.4.0
pyparsing==2.3.1
python-dateutil==2.8.0
python-editor==1.0.4
python-engineio==3.4.3
python-socketio==3.1.0
pytz==2018.9
redis==3.2.0
requests==2.21.0
scikit-learn==0.20.3
scipy==1.2.1
singledispatch==3.4.0.3
six==1.12.0
SQLAlchemy==1.3.1
urllib3==1.24.1
Werkzeug==0.14.1
WTForms==2.2.1
beautifulsoup4==4.7.1
pyenchant==2.0.0
tqdm==4.31.1
xmltodict==0.12.0