This commit is contained in:
2022-07-15 02:34:41 +02:00
parent 527c9d451d
commit 108d70253c
2 changed files with 0 additions and 0 deletions

1
backend/Procfile Normal file
View File

@ -0,0 +1 @@
web: gunicorn wsgi:app

5
backend/requirements.txt Normal file
View File

@ -0,0 +1,5 @@
requests
pandas
Flask-BasicAuth
bs4
gunicorn