Skip to content

Commit 5082263

Browse files
committed
Updated requirements + test server page
1 parent 46d57d3 commit 5082263

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

api/alchemy.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
@app.route('/')
1414
def index():
15-
return app.send_static_file('index.html')
15+
return app.send_static_file('test.html')
1616

1717
@app.route('/login', methods=["POST"])
1818
def login():

requirements.txt

+3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ PIL==1.1.7
66
WTForms==1.0.2
77
Werkzeug==0.8.3
88
argparse==1.2.1
9+
docx==0.0.2
910
flask-mongoengine==0.6
11+
lxml==3.0alpha2
1012
mongoengine==0.7.4
13+
pyPdf==1.13
1114
pymongo==2.3
1215
requests==0.14.0
1316
wsgiref==0.1.2

0 commit comments

Comments
 (0)