File tree Expand file tree Collapse file tree 2 files changed +56
-0
lines changed Expand file tree Collapse file tree 2 files changed +56
-0
lines changed Original file line number Diff line number Diff line change 1
1
# website-performance-dashboard
2
2
website performance dashboard on google search console data
3
+
4
+
5
+ # Export Anconda Yaml File
6
+ conda env export | grep -v "^prefix: " > environment.yml
Original file line number Diff line number Diff line change
1
+ name : website-dashboard
2
+ channels :
3
+ - defaults
4
+ dependencies :
5
+ - _libgcc_mutex=0.1=main
6
+ - _openmp_mutex=5.1=1_gnu
7
+ - bzip2=1.0.8=h7b6447c_0
8
+ - ca-certificates=2023.12.12=h06a4308_0
9
+ - ld_impl_linux-64=2.38=h1181459_1
10
+ - libffi=3.4.4=h6a678d5_0
11
+ - libgcc-ng=11.2.0=h1234567_1
12
+ - libgomp=11.2.0=h1234567_1
13
+ - libstdcxx-ng=11.2.0=h1234567_1
14
+ - libuuid=1.41.5=h5eee18b_0
15
+ - ncurses=6.4=h6a678d5_0
16
+ - openssl=3.0.13=h7f8727e_0
17
+ - pip=23.3.1=py311h06a4308_0
18
+ - python=3.11.7=h955ad1f_0
19
+ - readline=8.2=h5eee18b_0
20
+ - setuptools=68.2.2=py311h06a4308_0
21
+ - sqlite=3.41.2=h5eee18b_0
22
+ - tk=8.6.12=h1ccaba5_0
23
+ - tzdata=2023d=h04d1e81_0
24
+ - wheel=0.41.2=py311h06a4308_0
25
+ - xz=5.4.5=h5eee18b_0
26
+ - zlib=1.2.13=h5eee18b_0
27
+ - pip :
28
+ - blinker==1.7.0
29
+ - certifi==2024.2.2
30
+ - charset-normalizer==3.3.2
31
+ - click==8.1.7
32
+ - dash==2.15.0
33
+ - dash-core-components==2.0.0
34
+ - dash-html-components==2.0.0
35
+ - dash-table==5.0.0
36
+ - flask==3.0.2
37
+ - idna==3.6
38
+ - importlib-metadata==7.0.1
39
+ - itsdangerous==2.1.2
40
+ - jinja2==3.1.3
41
+ - markupsafe==2.1.5
42
+ - nest-asyncio==1.6.0
43
+ - packaging==23.2
44
+ - plotly==5.19.0
45
+ - requests==2.31.0
46
+ - retrying==1.3.4
47
+ - six==1.16.0
48
+ - tenacity==8.2.3
49
+ - typing-extensions==4.9.0
50
+ - urllib3==2.2.0
51
+ - werkzeug==3.0.1
52
+ - zipp==3.17.0
You can’t perform that action at this time.
0 commit comments