-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
requirements.debug.txt
55 lines (52 loc) · 1.69 KB
/
requirements.debug.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
# Python sources
#
# These requirements were autogenerated by pipenv
# To regenerate from the project's Pipfile, run:
# Python packages
pip==24.0
setuptools==69.1.1
wheel==0.42.0
# Python dependencies
#
# pipenv lock --requirements
#
-i https://pypi.tuna.tsinghua.edu.cn/simple
--extra-index-url https://mirrors.sjtug.sjtu.edu.cn/pypi/web/simple
--extra-index-url https://pypi.org/simple
async-generator==1.10; python_version >= '3.5'
attrs==23.2.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
beautifulsoup4[html5lib]==4.12.3
certifi==2024.2.2
cffi==1.16.0
chardet==5.2.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
cryptography==42.0.5
file-magic==0.4.1
h11==0.14.0; python_version >= '3.6'
hiredis==2.3.2
html5lib==1.1
idna==3.7; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
mmh3==4.1.0
outcome==1.3.0.post0; python_version >= '3.6'
peewee==3.17.1
pottery==3.0.0
psutil==5.9.8
pycparser==2.21; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pymysql[rsa]==1.1.0
pyopenssl==24.1.0
pysocks==1.7.1
python-datauri==2.1.0
redis[hiredis]==5.0.3
requests-futures==1.0.1
requests[socks]==2.31.0
selenium==3.141.0
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
sniffio==1.3.1; python_version >= '3.5'
sortedcontainers==2.4.0
soupsieve==2.5; python_version >= '3.0'
stem==1.8.2
trio-websocket==0.11.1; python_version >= '3.5'
trio==0.24.0; python_version >= '3.6'
typing-extensions==4.10.0
urllib3[secure]==2.2.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
webencodings==0.5.1
wsproto==1.2.0; python_full_version >= '3.6.1'