C-Dash: Update requirements file
[csit.git] / csit.infra.dash / app / requirements.txt
1 # AWS integration
2 awswrangler==3.2.1
3 pip==23.2.1
4
5 # Dash integration
6 dash==2.11.1
7 dash-bootstrap-components==1.4.2
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.25.2
13 pandas==2.0.3
14 plotly==5.15.0
15 numexpr==2.8.4
16 Bottleneck==1.3.7
17
18 # Web Application Integration
19 Flask==2.2.5
20 Flask-Assets==2.0
21 Flask-Compress==1.13
22 Jinja2==3.1.2
23 libsass==0.22.0
24 uWSGI==2.0.22
25 webassets==2.0
26
27 # Web Application Dependencies
28 hdrhistogram==0.10.2
29 python-dateutil==2.8.2
30 PyYAML==6.0.1
31
32 # PIP freeze
33 ansi2html==1.8.0
34 boto3==1.28.17
35 botocore==1.31.17
36 Brotli==1.0.9
37 certifi==2023.7.22
38 charset-normalizer==3.2.0
39 click==8.1.6
40 idna==3.4
41 itsdangerous==2.1.2
42 jmespath==1.0.1
43 MarkupSafe==2.1.3
44 nest-asyncio==1.5.7
45 packaging==23.1
46 pbr==5.11.1
47 pyarrow==12.0.1
48 pytz==2023.3
49 requests==2.31.0
50 retrying==1.3.4
51 s3transfer==0.6.1
52 six==1.16.0
53 tenacity==8.2.2
54 typing_extensions==4.7.1
55 tzdata==2023.3
56 urllib3==1.26.16
57 Werkzeug==2.2.3