-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
56 lines (28 loc) · 2.46 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
-i https://pypi.org/simple
anyio==3.6.1; python_full_version >= '3.6.2'
atomicwrites==1.4.0; sys_platform == 'win32'
attrs==21.4.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
beautifulsoup4==4.11.1
certifi==2022.6.15; python_version >= '3.6'
charset-normalizer==2.0.12; python_version >= '3.5'
click==8.1.3; python_version >= '3.7'
colorama==0.4.5; sys_platform == 'win32'
fastapi==0.78.0
h11==0.13.0; python_version >= '3.6'
idna==3.3; python_version >= '3.5'
iniconfig==1.1.1
lxml==4.9.0
packaging==21.3; python_version >= '3.6'
pluggy==1.0.0; python_version >= '3.6'
py==1.11.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
pydantic==1.9.1; python_full_version >= '3.6.1'
pyparsing==3.0.9; python_full_version >= '3.6.8'
pytest==7.1.2
requests==2.28.0
sniffio==1.2.0; python_version >= '3.5'
soupsieve==2.3.2.post1; python_version >= '3.6'
starlette==0.19.1; python_version >= '3.6'
tomli==2.0.1; python_version >= '3.7'
typing-extensions==4.2.0; python_version >= '3.7'
urllib3==1.26.9; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
uvicorn==0.18.1