Skip to content

Commit 0dfb13b

Browse files
committed
ruff
1 parent ed3904d commit 0dfb13b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

livekit-rtc/setup.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,12 @@ def finalize_options(self):
5858
license="Apache-2.0",
5959
packages=setuptools.find_namespace_packages(include=["livekit.*"]),
6060
python_requires=">=3.9.0",
61-
install_requires=["protobuf>=4.25.0", "types-protobuf>=3", "aiofiles>=24", "deprecated>=1.2.18"],
61+
install_requires=[
62+
"protobuf>=4.25.0",
63+
"types-protobuf>=3",
64+
"aiofiles>=24",
65+
"deprecated>=1.2.18",
66+
],
6267
package_data={
6368
"livekit.rtc": ["_proto/*.py", "py.typed", "*.pyi", "**/*.pyi"],
6469
"livekit.rtc.resources": ["*.so", "*.dylib", "*.dll", "LICENSE.md", "*.h"],

0 commit comments

Comments
 (0)