-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathrequirements.txt
More file actions
160 lines (160 loc) · 2.97 KB
/
requirements.txt
File metadata and controls
160 lines (160 loc) · 2.97 KB
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
# This file was autogenerated by uv via the following command:
# 这个文件是使用下列命名自动生成的:
# uv pip compile pyproject.toml -o requirements.txt
aiosqlite==0.20.0
# via weibocrawler (pyproject.toml)
altair==5.5.0
# via streamlit
annotated-types==0.7.0
# via pydantic
anyio==4.8.0
# via httpx
attrs==25.1.0
# via
# jsonschema
# referencing
blinker==1.9.0
# via streamlit
cachetools==5.5.1
# via streamlit
certifi==2024.12.14
# via
# httpcore
# httpx
# requests
charset-normalizer==3.4.1
# via requests
click==8.1.8
# via streamlit
colorama==0.4.6
# via
# click
# qrcode
cssselect==1.2.0
# via parsel
exceptiongroup==1.2.2
# via anyio
gitdb==4.0.12
# via gitpython
gitpython==3.1.44
# via streamlit
greenlet==3.1.1
# via sqlalchemy
h11==0.14.0
# via httpcore
httpcore==1.0.7
# via httpx
httpx==0.28.1
# via weibocrawler (pyproject.toml)
idna==3.10
# via
# anyio
# httpx
# requests
jinja2==3.1.5
# via
# altair
# pydeck
jmespath==1.0.1
# via parsel
jsonschema==4.23.0
# via altair
jsonschema-specifications==2024.10.1
# via jsonschema
lxml==5.3.0
# via parsel
markdown-it-py==3.0.0
# via rich
markupsafe==3.0.2
# via jinja2
mdurl==0.1.2
# via markdown-it-py
narwhals==1.24.1
# via altair
numpy==2.2.2
# via
# pandas
# pydeck
# streamlit
packaging==24.2
# via
# altair
# parsel
# streamlit
pandas==2.2.3
# via
# weibocrawler (pyproject.toml)
# streamlit
parsel==1.10.0
# via weibocrawler (pyproject.toml)
pillow==11.1.0
# via streamlit
protobuf==5.29.3
# via streamlit
pyarrow==19.0.0
# via streamlit
pydantic==2.10.6
# via weibocrawler (pyproject.toml)
pydantic-core==2.27.2
# via pydantic
pydeck==0.9.1
# via streamlit
pygments==2.19.1
# via rich
python-dateutil==2.9.0.post0
# via pandas
pytz==2024.2
# via pandas
pyzbar==0.1.9
# via weibocrawler (pyproject.toml)
qrcode==8.0
# via weibocrawler (pyproject.toml)
referencing==0.36.2
# via
# jsonschema
# jsonschema-specifications
requests==2.32.3
# via streamlit
rich==13.9.4
# via streamlit
rpds-py==0.22.3
# via
# jsonschema
# referencing
six==1.17.0
# via python-dateutil
smmap==5.0.2
# via gitdb
sniffio==1.3.1
# via anyio
sqlalchemy==2.0.37
# via weibocrawler (pyproject.toml)
streamlit==1.41.1
# via weibocrawler (pyproject.toml)
tenacity==9.0.0
# via streamlit
toml==0.10.2
# via
# weibocrawler (pyproject.toml)
# streamlit
tornado==6.4.2
# via streamlit
typing-extensions==4.12.2
# via
# aiosqlite
# altair
# anyio
# pydantic
# pydantic-core
# referencing
# rich
# sqlalchemy
# streamlit
tzdata==2025.1
# via pandas
urllib3==2.3.0
# via requests
w3lib==2.2.1
# via parsel
watchdog==6.0.0
# via streamlit