Skip to content

Commit 88faaf3

Browse files
author
RSSHub-Py
committed
add xueqiu user status
1 parent 7c29997 commit 88faaf3

File tree

4 files changed

+399
-510
lines changed

4 files changed

+399
-510
lines changed

Pipfile

Lines changed: 33 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,33 @@
1-
[[source]]
2-
url = "https://mirrors.aliyun.com/pypi/simple"
3-
verify_ssl = true
4-
name = "pypi"
5-
6-
[requires]
7-
python_version = "3.10"
8-
9-
[packages]
10-
pyjsparser = "*"
11-
pytz = "*"
12-
arrow = "==1.2.2"
13-
asttokens = "==2.0.5"
14-
beautifulsoup4 = "==4.11.1"
15-
blinker = "==1.4"
16-
bootstrap-flask = "==1.8.0"
17-
certifi = "==2021.10.8"
18-
charset-normalizer = "==2.0.9"
19-
click = "==8.0.3"
20-
colorama = "==0.4.4"
21-
cssselect = "==1.2.0"
22-
executing = "==0.8.2"
23-
feedparser = "==6.0.8"
24-
flask = "==2.0.2"
25-
flask-analytics = "==0.6.0"
26-
flask-caching = "==2.0.2"
27-
flask-debugtoolbar = "==0.11.0"
28-
flask-moment = "==1.0.2"
29-
flask-script = "==2.0.6"
30-
gunicorn = "==20.1.0"
31-
icecream = "==2.1.1"
32-
idna = "==3.3"
33-
itsdangerous = "==2.0.1"
34-
jinja2 = "==3.0.3"
35-
markupsafe = "==2.0.1"
36-
parsel = "==1.8.1"
37-
pyppeteer = "==1.0.2"
38-
pygments = "==2.11.1"
39-
python-dotenv = "==0.19.2"
40-
requests = "==2.26.0"
41-
six = "==1.16.0"
42-
undetected-chromedriver = "==3.1.7"
43-
urllib3 = "==1.26.18"
44-
w3lib = "==1.22.0"
45-
werkzeug = "==2.1.2"
46-
zipp = "==3.6.0"
47-
48-
[dev-packages]
49-
coverage = "*"
50-
pdir2 = "*"
51-
ptpython = "*"
52-
yapf = "*"
53-
pylint = "*"
54-
55-
[scripts]
56-
test = "python -m unittest discover"
57-
coverage = "coverage run -m unittest discover"
1+
[[source]]
2+
url = "https://mirrors.aliyun.com/pypi/simple/"
3+
verify_ssl = true
4+
name = "pip_conf_index_global"
5+
6+
[packages]
7+
arrow = "==1.2.2"
8+
beautifulsoup4 = "==4.11.1"
9+
bootstrap-flask = "==1.8.0"
10+
click = "==8.0.3"
11+
cssselect = "==1.2.0"
12+
feedparser = "==6.0.8"
13+
flask = "==2.0.2"
14+
werkzeug = "==2.0.3"
15+
flask-analytics = "==0.6.0"
16+
flask-caching = "==2.0.2"
17+
flask-debugtoolbar = "==0.11.0"
18+
flask-moment = "==1.0.2"
19+
icecream = "==2.1.1"
20+
jinja2 = "==3.0.3"
21+
parsel = "==1.8.1"
22+
ptpython = "==3.0.31"
23+
pyjsparser = "==2.7.1"
24+
pyppeteer = "==2.0.0"
25+
python-dotenv = "==1.2.1"
26+
pytz = "==2025.2"
27+
requests = "==2.32.5"
28+
undetected-chromedriver = "==3.5.5"
29+
30+
[dev-packages]
31+
32+
[requires]
33+
python_version = "3.10"

0 commit comments

Comments
 (0)