-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathrequirements.txt
192 lines (192 loc) · 4.11 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
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
# This file was autogenerated by uv via the following command:
# uv pip compile pyproject.toml -o requirements.txt
attrs==24.2.0
# via
# cattrs
# requests-cache
cachetools==5.4.0
# via google-auth
cattrs==23.2.3
# via requests-cache
certifi==2024.7.4
# via requests
cffi==1.17.0
# via
# cryptography
# pynacl
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via zulip
cryptography==43.0.0
# via
# pyjwt
# pyopenssl
db-dtypes==1.3.1
# via napari-dashboard (pyproject.toml)
deprecated==1.2.14
# via pygithub
distro==1.9.0
# via zulip
google-api-core==2.19.1
# via
# google-api-python-client
# google-cloud-bigquery
# google-cloud-bigquery-storage
# google-cloud-core
google-api-python-client==2.140.0
# via pydrive2
google-auth==2.33.0
# via
# google-api-core
# google-api-python-client
# google-auth-httplib2
# google-cloud-bigquery
# google-cloud-bigquery-storage
# google-cloud-core
google-auth-httplib2==0.2.0
# via google-api-python-client
google-cloud-bigquery==3.25.0
# via napari-dashboard (pyproject.toml)
google-cloud-bigquery-storage==2.27.0
# via napari-dashboard (pyproject.toml)
google-cloud-core==2.4.1
# via google-cloud-bigquery
google-crc32c==1.5.0
# via google-resumable-media
google-resumable-media==2.7.2
# via google-cloud-bigquery
googleapis-common-protos==1.63.2
# via
# google-api-core
# grpcio-status
grpcio==1.65.4
# via
# google-api-core
# grpcio-status
grpcio-status==1.62.3
# via google-api-core
httplib2==0.22.0
# via
# google-api-python-client
# google-auth-httplib2
# oauth2client
humanize==4.11.0
# via napari-dashboard (pyproject.toml)
idna==3.7
# via requests
jinja2==3.1.4
# via napari-dashboard (pyproject.toml)
markupsafe==2.1.5
# via jinja2
numpy==2.0.1
# via
# db-dtypes
# pandas
oauth2client==4.1.3
# via pydrive2
packaging==24.1
# via
# db-dtypes
# google-cloud-bigquery
# plotly
pandas==2.2.2
# via
# napari-dashboard (pyproject.toml)
# db-dtypes
platformdirs==4.2.2
# via requests-cache
plotly==5.23.0
# via napari-dashboard (pyproject.toml)
proto-plus==1.24.0
# via
# google-api-core
# google-cloud-bigquery-storage
protobuf==4.25.4
# via
# google-api-core
# google-cloud-bigquery-storage
# googleapis-common-protos
# grpcio-status
# proto-plus
pyarrow==18.0.0
# via db-dtypes
pyasn1==0.6.0
# via
# oauth2client
# pyasn1-modules
# rsa
pyasn1-modules==0.4.0
# via
# google-auth
# oauth2client
pycountry==24.6.1
# via napari-dashboard (pyproject.toml)
pycparser==2.22
# via cffi
pydrive2==1.20.0
# via napari-dashboard (pyproject.toml)
pygithub==2.3.0
# via napari-dashboard (pyproject.toml)
pyjwt==2.9.0
# via pygithub
pynacl==1.5.0
# via pygithub
pyopenssl==24.2.1
# via pydrive2
pyparsing==3.1.2
# via httplib2
python-dateutil==2.9.0.post0
# via
# google-cloud-bigquery
# pandas
pytz==2024.1
# via pandas
pyyaml==6.0.2
# via pydrive2
requests==2.32.3
# via
# google-api-core
# google-cloud-bigquery
# pygithub
# requests-cache
# zulip
requests-cache==1.2.1
# via napari-dashboard (pyproject.toml)
rsa==4.9
# via
# google-auth
# oauth2client
six==1.16.0
# via
# oauth2client
# python-dateutil
# url-normalize
sqlalchemy==2.0.36
# via napari-dashboard (pyproject.toml)
tenacity==9.0.0
# via plotly
tqdm==4.66.5
# via napari-dashboard (pyproject.toml)
typing-extensions==4.12.2
# via
# pygithub
# sqlalchemy
# zulip
tzdata==2024.1
# via pandas
uritemplate==4.1.1
# via google-api-python-client
url-normalize==1.4.3
# via requests-cache
urllib3==2.2.2
# via
# pygithub
# requests
# requests-cache
wrapt==1.16.0
# via deprecated
xlsxwriter==3.2.0
# via napari-dashboard (pyproject.toml)
zulip==0.9.0
# via napari-dashboard (pyproject.toml)