mirrored from https://chromium.googlesource.com/angle/angle
-
Notifications
You must be signed in to change notification settings - Fork 759
Expand file tree
/
Copy pathvpython.toml
More file actions
99 lines (99 loc) · 2.94 KB
/
Copy pathvpython.toml
File metadata and controls
99 lines (99 loc) · 2.94 KB
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
requires-python = '>=3.11,<3.12'
dependencies = [
'protobuf==3.20.0',
'six==1.15.0',
"pytype==2024.9.13; sys_platform == 'linux' and platform_machine == 'x86_64'",
"importlab==0.8.1; sys_platform == 'linux' and platform_machine == 'x86_64'",
"networkx==2.5; sys_platform == 'linux' and platform_machine == 'x86_64'",
"decorator==5.0.9; sys_platform == 'linux' and platform_machine == 'x86_64'",
'libcst==1.1.0',
"pyyaml==5.4.1+chromium.1; sys_platform == 'linux' and platform_machine == 'x86_64'",
"typing-inspect==0.7.1; sys_platform == 'linux' and platform_machine == 'x86_64'",
'typing-extensions==4.14.0',
"tabulate==0.9.0; sys_platform == 'linux' and platform_machine == 'x86_64'",
"ninja==1.10.2.4+chromium.1; sys_platform == 'linux' and platform_machine == 'x86_64'",
'mypy-extensions==0.4.3',
'numpy==1.23.5+chromium.4',
'pexpect==4.8.0+chromium.1',
'psutil==5.8.0+chromium.3',
'requests==2.31.0',
"pillow==10.4.0; sys_platform != 'linux' or platform_machine != 'aarch64'",
"opencv-python==4.8.1.78+chromium.1; sys_platform != 'linux' or platform_machine != 'aarch64'",
'mock==2.0.0',
'parameterized==0.7.1',
'pbr==3.0.0',
'pyfakefs==3.7.2',
'jsonlines==1.2.0',
'python-dateutil==2.9.0',
'charset-normalizer==2.0.4',
'pyasn1==0.4.5',
'pyasn1-modules==0.2.4',
'rsa==3.4.2',
'cachetools==2.0.1',
'uritemplate==3.0.0',
'google-auth==1.25.0',
'googleapis-common-protos==1.52.0',
'google-api-core==1.31.5',
'google-auth-httplib2==0.1.0',
'google-api-python-client==2.2.0',
'oauth2client==3.0.0',
'crcmod==1.7+chromium.4',
'grpcio==1.69.0',
'grpc-google-iam-v1==0.12.3',
'proto-plus==1.20.3',
'google-cloud-kms==2.11.1',
'html5lib==1.0.1',
'mozdebug==0.3.0',
'mozinfo==1.2.2',
'mozlog==7.1.0',
'mozprocess==1.3.0',
'urllib3==1.24.3',
'blessings==1.7',
'mozfile==2.0.0',
'mozterm==1.0.0',
'webencodings==0.5.1',
'certifi==2020.11.8',
'chardet==3.0.4',
'idna==2.8',
'distro==1.4.0',
'aioquic==1.2.0+chromium.1',
'pylsqpack==0.3.12',
'cryptography==43.0.0',
'cffi==1.15.1+chromium.2',
'pycparser==2.19',
'ecdsa==0.17.0',
'iniconfig==1.1.1',
'packaging==16.8',
'pyparsing==2.4.7',
'toml==0.10.2',
'pytest==6.2.2',
'pytest-asyncio==0.14.0',
'attrs==21.4.0',
'more-itertools==4.1.0',
'pluggy==0.13.1',
'py==1.10.0',
'funcsigs==1.0.2',
'atomicwrites==1.3.0',
'colorama==0.4.1',
'coverage==7.3.1',
'pathos==0.3.0+chromium.2',
'websockets==10.1',
'pytz==2024.1',
"pywin32==308; sys_platform == 'win32'",
"pyobjc==10.0; sys_platform == 'darwin'",
'httplib2==0.19.1',
"pandas==2.2.3+chromium.1; sys_platform != 'linux' or platform_machine != 'aarch64'",
'selenium==3.14.0',
'markupsafe==2.0.1',
'mako==1.2.3',
'immutabledict==4.1.0',
'jinja2==3.1.2',
'msgspec==0.18.6',
'pycnite==2024.07.31',
'pydot==1.4.2',
'pyopenssl==24.2.1',
'service-identity==24.1.0',
'typing-inspect==0.7.1',
'pyyaml==5.4.1+chromium.1',
'tzdata==2023.4'
]