forked from martingale-2910/HackYeah2024
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
172 lines (172 loc) · 3.01 KB
/
requirements.txt
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
# This file was autogenerated by uv via the following command:
# uv pip compile pyproject.toml -o requirements.txt
altair==5.4.1
# via streamlit
attrs==24.2.0
# via
# jsonschema
# referencing
blinker==1.8.2
# via streamlit
branca==0.8.0
# via
# folium
# streamlit-folium
cachetools==5.5.0
# via streamlit
certifi==2024.8.30
# via
# pyogrio
# pyproj
# requests
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via streamlit
contourpy==1.3.0
# via matplotlib
cycler==0.12.1
# via matplotlib
folium==0.17.0
# via
# hackyeah2024 (pyproject.toml)
# streamlit-folium
fonttools==4.54.1
# via matplotlib
geopandas==1.0.1
# via osmnx
gitdb==4.0.11
# via gitpython
gitpython==3.1.43
# via streamlit
idna==3.10
# via requests
jinja2==3.1.4
# via
# altair
# branca
# folium
# pydeck
# streamlit-folium
jsonschema==4.23.0
# via altair
jsonschema-specifications==2023.12.1
# via jsonschema
kiwisolver==1.4.7
# via matplotlib
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.5
# via jinja2
matplotlib==3.9.2
# via taxicab
mdurl==0.1.2
# via markdown-it-py
narwhals==1.8.4
# via altair
networkx==3.3
# via
# osmnx
# taxicab
numpy==2.1.1
# via
# contourpy
# folium
# geopandas
# matplotlib
# osmnx
# pandas
# pyarrow
# pydeck
# pyogrio
# shapely
# streamlit
# taxicab
osmnx==1.9.3
# via taxicab
packaging==24.1
# via
# altair
# geopandas
# matplotlib
# pyogrio
# streamlit
pandas==2.2.3
# via
# geopandas
# osmnx
# streamlit
pillow==10.4.0
# via
# matplotlib
# streamlit
protobuf==5.28.2
# via streamlit
pyarrow==17.0.0
# via streamlit
pydeck==0.9.1
# via streamlit
pygments==2.18.0
# via rich
pyogrio==0.9.0
# via geopandas
pyparsing==3.1.4
# via matplotlib
pyproj==3.6.1
# via geopandas
python-dateutil==2.9.0.post0
# via
# matplotlib
# pandas
pytz==2024.2
# via pandas
referencing==0.35.1
# via
# jsonschema
# jsonschema-specifications
requests==2.32.3
# via
# folium
# osmnx
# streamlit
rich==13.8.1
# via streamlit
rpds-py==0.20.0
# via
# jsonschema
# referencing
shapely==2.0.6
# via
# geopandas
# osmnx
# taxicab
six==1.16.0
# via python-dateutil
smmap==5.0.1
# via gitdb
streamlit==1.38.0
# via
# hackyeah2024 (pyproject.toml)
# streamlit-folium
streamlit-folium==0.22.1
# via hackyeah2024 (pyproject.toml)
taxicab==0.0.3
# via hackyeah2024 (pyproject.toml)
tenacity==8.5.0
# via streamlit
toml==0.10.2
# via streamlit
tornado==6.4.1
# via streamlit
typing-extensions==4.12.2
# via
# altair
# streamlit
tzdata==2024.2
# via pandas
urllib3==2.2.3
# via requests
watchdog==4.0.2
# via streamlit
xyzservices==2024.9.0
# via folium