Skip to content

Commit 88f0b2b

Browse files
committed
Reformatting
1 parent 409189b commit 88f0b2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies = [
4040
"importlib_resources; python_version < '3.7'",
4141
"proxy_tools",
4242
"bottle",
43-
"typing_extensions",
43+
"typing_extensions"
4444
]
4545
dynamic = ["version"]
4646

@@ -52,7 +52,7 @@ pyside6 = ["QtPy", "PySide6"]
5252
qt = ["QtPy", "PyQt6", "PyQt6-WebEngine"]
5353
qt5 = ["QtPy", "PyQt5", "pyqtwebengine"]
5454
qt6 = ["QtPy", "PyQt6", "PyQt6-WebEngine"]
55-
android = ["kivy", "jnius"]
55+
android = ["jnius"]
5656
ssl = ["cryptography"]
5757
dev = ["ruff", "pre-commit"]
5858

0 commit comments

Comments
 (0)