-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
109 lines (55 loc) · 1.82 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
aioice==0.7.6
aiortc==1.4.0
anyio==3.6.2
attrs==22.2.0
av==10.0.0
certifi==2022.12.7
cffi==1.15.1
charset-normalizer==3.0.1
click==8.1.3
colorama==0.4.6
contourpy==1.0.7
cryptography==39.0.1
cycler==0.11.0
Cython==0.29.33
dnspython==2.3.0
fastapi==0.92.0
fonttools==4.38.0
google-crc32c==1.5.0
h11==0.14.0
idna==3.4
imageai==3.0.3
iniconfig==2.0.0
Jinja2==3.1.2
kiwisolver==1.4.4
MarkupSafe==2.1.2
matplotlib==3.7.0
mock==4.0.3
netifaces==0.11.0
numpy==1.24.2
opencv-python==4.7.0.68
packaging==23.0
Pillow==9.4.0
pluggy==1.0.0
py==1.11.0
pycparser==2.21
pydantic==1.10.5
pyee==9.0.4
pylibsrtp==0.8.0
pyOpenSSL==23.0.0
pyparsing==3.0.9
pytest==7.1.3
python-dateutil==2.8.2
requests==2.28.2
scipy==1.10.0
six==1.16.0
sniffio==1.3.0
starlette==0.25.0
tomli==2.0.1
torch==1.13.1+cpu
torchvision==0.14.1+cpu
tqdm==4.64.1
typing_extensions==4.5.0
urllib3==1.26.14
uvicorn==0.20.0
�