-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
28 lines (28 loc) · 1.13 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
-i https://pypi.org/simple
aiohttp==3.9.1
aiosignal==1.3.1; python_version >= '3.7'
attrs==23.2.0; python_version >= '3.7'
beautifulsoup4==4.12.2; python_full_version >= '3.6.0'
black==23.12.1; python_version >= '3.8'
bs4==0.0.1
certifi==2023.7.22; python_version >= '3.6'
charset-normalizer==3.3.1; python_full_version >= '3.7.0'
click==8.1.7; python_version >= '3.7'
frozenlist==1.4.0; python_version >= '3.8'
idna==3.6; python_version >= '3.5'
lxml==4.9.4; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
multidict==6.0.4; python_version >= '3.7'
mypy==1.7.1; python_version >= '3.8'
mypy-extensions==1.0.0; python_version >= '3.5'
packaging==23.2; python_version >= '3.7'
pathspec==0.12.1; python_version >= '3.8'
platformdirs==4.1.0; python_version >= '3.8'
requests==2.31.0; python_version >= '3.7'
soupsieve==2.5; python_version >= '3.8'
types-beautifulsoup4==4.12.0.6
types-html5lib==1.1.11.15
types-requests==2.31.0.10; python_version >= '3.7'
typing-extensions==4.8.0; python_version >= '3.8'
urllib3==2.1.0; python_version >= '3.7'
validators==0.22.0; python_version >= '3.8'
yarl==1.9.4; python_version >= '3.7'