-
Notifications
You must be signed in to change notification settings - Fork 15
/
requirements.txt
37 lines (37 loc) · 1.51 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
-i https://pypi.org/simple
annotated-types==0.6.0; python_version >= '3.8'
anyio==3.7.1; python_version >= '3.7'
certifi==2023.11.17; python_version >= '3.6'
chardet==3.0.4
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
click==8.1.7; python_version >= '3.7'
cloudscraper==1.2.71
cssselect==1.2.0; python_version >= '3.7'
fastapi==0.104.1; python_version >= '3.8'
googletrans==3.1.0a0; python_version >= '3.6'
h11==0.9.0; python_version >= '3.7'
h2==3.2.0
hpack==3.0.0
hstspreload==2023.1.1; python_version >= '3.6'
httpcore==0.9.1; python_version >= '3.6'
httpx==0.13.3; python_version >= '3.6'
hyperframe==5.2.0
idna==2.10; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
jmespath==1.0.1; python_version >= '3.7'
loguru==0.7.2; python_version >= '3.5'
lxml==4.9.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
packaging==23.2; python_version >= '3.7'
parsel==1.8.1; python_version >= '3.7'
pydantic==2.5.2; python_version >= '3.7'
pydantic-core==2.14.5; python_version >= '3.7'
pyparsing==3.1.1; python_full_version >= '3.6.8'
python-dotenv==1.0.0; python_version >= '3.8'
requests==2.31.0; python_version >= '3.7'
requests-toolbelt==1.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
rfc3986==1.5.0
sniffio==1.3.0; python_version >= '3.7'
starlette==0.27.0; python_version >= '3.7'
typing-extensions==4.8.0; python_version >= '3.8'
urllib3==2.1.0; python_version >= '3.8'
uvicorn==0.24.0.post1; python_version >= '3.8'
w3lib==2.1.2; python_version >= '3.7'