blob: 7dfd7c8ccf888b78c921d937cab4252e6713e794 (
plain)
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
|
# AWS integration
awswrangler==3.9.0
pip==24.1.2
# Dash integration
dash==2.17.1
dash-bootstrap-components==1.6.0
dash-core-components==2.0.0
dash-html-components==2.0.0
dash-renderer==1.9.1
dash-table==5.0.0
numpy==1.26.4 # awswrangler 3.9.0 depends on numpy<2.0 and >=1.18
pandas==2.2.2
plotly==5.23.0
numexpr==2.10.1
Bottleneck==1.4.0
# Web Application Integration
Flask==3.0.3
Flask-Assets==2.1.0
Flask-Compress==1.15
Jinja2==3.1.4
libsass==0.23.0
uWSGI==2.0.26
uwsgitop==0.12
webassets==2.0
# Web Application Dependencies
hdrhistogram==0.10.3
python-dateutil==2.9.0
PyYAML==6.0.1
# PIP freeze
blinker==1.8.2
boto3==1.34.149
Brotli==1.1.0
certifi==2024.7.4
charset-normalizer==3.3.2
click==8.1.7
idna==3.7
importlib_metadata==8.2.0
itsdangerous==2.2.0
jmespath==1.0.1
MarkupSafe==2.1.5
nest-asyncio==1.6.0
packaging==24.1
pbr==6.0.0
pyarrow==17.0.0
pytz==2024.1
requests==2.32.3
retrying==1.3.4
s3transfer==0.10.2
six==1.16.0
tenacity==8.5.0
typing_extensions==4.12.2
tzdata==2024.1
urllib3==2.2.2
Werkzeug==3.0.3
zipp==3.19.2
zstandard==0.23.0
|