We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46d57d3 commit 5082263Copy full SHA for 5082263
api/alchemy.py
@@ -12,7 +12,7 @@
12
13
@app.route('/')
14
def index():
15
- return app.send_static_file('index.html')
+ return app.send_static_file('test.html')
16
17
@app.route('/login', methods=["POST"])
18
def login():
requirements.txt
@@ -6,8 +6,11 @@ PIL==1.1.7
6
WTForms==1.0.2
7
Werkzeug==0.8.3
8
argparse==1.2.1
9
+docx==0.0.2
10
flask-mongoengine==0.6
11
+lxml==3.0alpha2
mongoengine==0.7.4
+pyPdf==1.13
pymongo==2.3
requests==0.14.0
wsgiref==0.1.2
0 commit comments