forked from Azure-Samples/python-docs-hello-world
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
65 lines (52 loc) · 861 Bytes
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# 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