diff --git a/app.py b/app.py index 7f8a1f2e8..6f9d3f017 100644 --- a/app.py +++ b/app.py @@ -3,4 +3,4 @@ @app.route("/") def hello(): - return "Hello, World!" + return "Hello, Test Azure! This is hosted web application, run using Python." diff --git a/requirements.txt b/requirements.txt index 32e2d2715..50f3ce8c9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,65 @@ -Flask>=1.0,<=1.1.2 +# This file is used by pip to install required python packages +# Usage: pip install -r requirements.txt + +# Flask Framework +#Flask>=1.0,<=1.1.2 + +Flask + +#Flask==1.0.2 + +# Flask Packages +#Flask-Login==0.4.0 +#Flask-Migrate==2.0.2 +#Flask-Script==2.0.5 +#Flask-SQLAlchemy==2.4.0 +#Flask-WTF==0.14.2 +#Flask-User==1.0.1.5 + +# Automated tests +pytest==3.0.5 +pytest-cov==2.4.0 + +#Generic +pyodbc +sqlalchemy +secure-smtplib + +#Google packages +gspread +oauth2client + +#Base +pandas +numpy +openpyxl +xlsxwriter +pyreadstat +word2number +dash + +#stats------ +lightgbm +statsmodels +matplotlib +sklearn +seaborn +factor-analyzer +config-parser + +#AzureCLI---- +#apt-get update +#apt-get install azure-cli +#apt install git-all + + +#apt-get update +#apt-get -y install g++ +#apt-get install unixodbc-dev +#sleep 5 + +#Cron----- +#apt-get update +#apt-get -y install cron +#apt-get install htop +#apt-get install atop