-
Notifications
You must be signed in to change notification settings - Fork 20
/
requirements.txt
72 lines (72 loc) · 2.93 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
-i https://pypi.org/simple
absl-py==1.4.0; python_version >= '3.6'
amqp==5.1.1; python_version >= '3.6'
async-timeout==4.0.3; python_full_version <= '3.11.2'
attrs==23.1.0; python_version >= '3.7'
billiard==4.1.0; python_version >= '3.7'
blinker==1.6.2; python_version >= '3.7'
cachetools==5.3.1; python_version >= '3.7'
celery[redis]==5.3.1
certifi==2023.7.22; python_version >= '3.6'
cffi==1.15.1
charset-normalizer==3.2.0; python_full_version >= '3.7.0'
click==8.1.7; python_version >= '3.7'
click-didyoumean==0.3.0; python_full_version >= '3.6.2' and python_full_version < '4.0.0'
click-plugins==1.1.1
click-repl==0.3.0; python_version >= '3.6'
contourpy==1.1.0; python_version >= '3.8'
cycler==0.11.0; python_version >= '3.6'
dnspython==2.4.2; python_version >= '3.8' and python_version < '4.0'
filelock==3.12.2; python_version >= '3.7'
flask==2.3.3
flask-cors==4.0.0
flatbuffers==23.5.26
fonttools==4.42.1; python_version >= '3.8'
google-auth==2.22.0
google-auth-httplib2==0.1.0
google-auth-oauthlib==1.0.0
gunicorn==21.2.0
httplib2==0.22.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
idna==3.4; python_version >= '3.5'
importlib-metadata==6.8.0; python_version < '3.10'
importlib-resources==6.0.1; python_version < '3.10'
pip-install==1.3.5
itsdangerous==2.1.2; python_version >= '3.7'
jinja2==3.1.2; python_version >= '3.7'
kiwisolver==1.4.4; python_version >= '3.7'
kombu==5.3.1; python_version >= '3.8'
markupsafe==2.1.3; python_version >= '3.7'
matplotlib==3.7.2; python_version >= '3.8'
mediapipe==0.10.3
mpmath==1.3.0
networkx==3.1; python_version >= '3.8'
numpy==1.25.2; python_version >= '3.9'
oauthlib==3.2.2; python_version >= '3.6'
opencv-contrib-python==4.8.0.76; python_version >= '3.6'
packaging==23.1; python_version >= '3.7'
pillow==10.0.0; python_version >= '3.8'
prompt-toolkit==3.0.39; python_full_version >= '3.7.0'
protobuf==3.20.3; python_version >= '3.7'
pyasn1==0.5.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
pyasn1-modules==0.3.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
pycparser==2.21
pymongo==4.5.0
pyparsing==3.0.9; python_version >= '3.1'
python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
python-dotenv==1.0.0
redis==5.0.0
requests==2.31.0
requests-oauthlib==1.3.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
rsa==4.9; python_version >= '3.6' and python_version < '4'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
sounddevice==0.4.6; python_version >= '3.7'
sympy==1.12; python_version >= '3.8'
torch==2.0.1
tqdm==4.66.1
typing-extensions==4.7.1; python_version >= '3.7'
tzdata==2023.3; python_version >= '2'
urllib3==1.26.16; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
vine==5.0.0; python_version >= '3.6'
wcwidth==0.2.6
werkzeug==2.3.7; python_version >= '3.8'
zipp==3.16.2; python_version >= '3.8'