flask server to upload csv file and download markdown and pdf

This commit is contained in:
dechert
2021-06-16 19:01:41 +02:00
parent 7986ab6bab
commit 409c14dd56
6 changed files with 224 additions and 1 deletions

View File

@@ -7,3 +7,4 @@ requests==2.25.1
urllib3==1.26.5
websocket-client==1.1.0
six==1.16.0 # needed for docker to run properly
Flask-Cors==3.0.10