mirix commited on
Commit
5d8f55d
·
verified ·
1 Parent(s): 1229c2b

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +64 -0
requirements.txt ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ annotated-types==0.7.0
2
+ attrs==24.3.0
3
+ beaufort-scale==1.0.2
4
+ blinker==1.9.0
5
+ cachelib==0.9.0
6
+ cattrs==24.1.2
7
+ certifi==2024.12.14
8
+ cffi==1.17.1
9
+ charset-normalizer==3.4.0
10
+ click==8.1.7
11
+ dash==2.18.2
12
+ dash-bootstrap-components==1.6.0
13
+ dash-core-components==2.0.0
14
+ dash-extensions==1.0.19
15
+ dash-html-components==2.0.0
16
+ dash-table==5.0.0
17
+ dataclass-wizard==0.30.1
18
+ DateTime==5.5
19
+ EditorConfig==0.17.0
20
+ Flask==3.0.3
21
+ Flask-Caching==2.3.0
22
+ flatbuffers==24.3.25
23
+ geographiclib==2.0
24
+ geopy==2.4.1
25
+ gpx-converter==2.1.0
26
+ gpxpy==1.6.2
27
+ h3==4.1.2
28
+ idna==3.10
29
+ importlib_metadata==8.5.0
30
+ itsdangerous==2.2.0
31
+ Jinja2==3.1.4
32
+ jsbeautifier==1.15.1
33
+ MarkupSafe==3.0.2
34
+ more-itertools==10.5.0
35
+ nest-asyncio==1.6.0
36
+ numpy==2.2.0
37
+ openmeteo_requests==1.3.0
38
+ openmeteo_sdk==1.18.0
39
+ packaging==24.2
40
+ pandas==2.2.3
41
+ platformdirs==4.3.6
42
+ plotly==5.24.1
43
+ pycparser==2.22
44
+ pydantic==2.10.4
45
+ pydantic_core==2.27.2
46
+ python-dateutil==2.9.0.post0
47
+ pytz==2024.2
48
+ requests==2.32.3
49
+ requests-cache==1.2.1
50
+ retry-requests==2.0.0
51
+ retrying==1.3.4
52
+ setuptools==75.6.0
53
+ six==1.17.0
54
+ SRTM.py==0.3.7
55
+ sunrisesunset==1.0.2
56
+ tenacity==9.0.0
57
+ timezonefinder==6.5.7
58
+ typing_extensions==4.12.2
59
+ tzdata==2024.2
60
+ url-normalize==1.4.3
61
+ urllib3==2.2.3
62
+ Werkzeug==3.0.6
63
+ zipp==3.21.0
64
+ zope.interface==7.2