feat(dash): Upgrage PIP
[csit.git] / csit.infra.dash / app / requirements.txt
1 # AWS integration
2 awswrangler==2.16.1
3 pip==22.0.4
4
5 # Dash integration
6 dash==2.6.1
7 dash-bootstrap-components==1.2.1
8 dash-core-components==2.0.0
9 dash-html-components==2.0.0
10 dash-renderer==1.9.1
11 dash-table==5.0.0
12 numpy==1.23.3
13 pandas==1.4.4
14 plotly==5.10.0
15
16 # Web Application Integration
17 Flask==2.2.2
18 Flask-Assets==2.0
19 Flask-Compress==1.12
20 Jinja2==3.1.2
21 libsass==0.21.0
22 uWSGI==2.0.20
23 webassets==2.0
24
25 # Web Application Dependencies
26 hdrhistogram==0.9.2
27 python-dateutil==2.8.2
28 PyYAML==6.0
29
30 # PIP freeze
31 aenum==3.1.11
32 aiohttp==3.8.1
33 aiosignal==1.2.0
34 asn1crypto==1.5.1
35 async-timeout==4.0.2
36 attrs==22.1.0
37 backoff==2.1.2
38 beautifulsoup4==4.11.1
39 boto3==1.24.75
40 botocore==1.27.75
41 Brotli==1.0.9
42 certifi==2022.9.14
43 charset-normalizer==2.0.12
44 click==8.1.3
45 decorator==5.1.1
46 et-xmlfile==1.1.0
47 frozenlist==1.3.1
48 future==0.18.2
49 gremlinpython==3.6.1
50 idna==3.4
51 importlib-metadata==4.12.0
52 isodate==0.6.1
53 itsdangerous==2.1.2
54 jmespath==1.0.1
55 jsonpath-ng==1.5.3
56 lxml==4.9.1
57 MarkupSafe==2.1.1
58 multidict==6.0.2
59 nest-asyncio==1.5.5
60 openpyxl==3.0.10
61 opensearch-py==1.1.0
62 packaging==21.3
63 pbr==5.10.0
64 pg8000==1.29.1
65 ply==3.11
66 progressbar2==4.0.0
67 pyarrow==7.0.0
68 PyMySQL==1.0.2
69 pyparsing==3.0.9
70 python-utils==3.3.3
71 pytz==2022.1
72 redshift-connector==2.0.908
73 requests==2.28.0
74 requests-aws4auth==1.1.2
75 s3transfer==0.6.0
76 scramp==1.4.1
77 six==1.16.0
78 soupsieve==2.3.2.post1
79 tenacity==8.0.1
80 urllib3==1.26.12
81 Werkzeug==2.2.2
82 yarl==1.8.1
83 zipp==3.8.1