We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 563fe3b commit b9f2bf7Copy full SHA for b9f2bf7
pythonforandroid/recipes/sqlalchemy/typing_extensions.patch
@@ -4,7 +4,7 @@
4
requires = [
5
"setuptools>=61.0",
6
"cython>=0.29.24; platform_python_implementation == 'CPython'", # Skip cython when using pypy
7
-- "typing_extensions",
++ "typing_extensions",
8
]
9
10
[tool.black]
0 commit comments