Skip to content

Commit 38968ac

Browse files
authored
Add Flask-SQLAlchemy to the allowlist (#92)
Needed for python/typeshed#9989. There are other blockers on that PR at the moment, but we will *eventually* want to have our stubs for `Flask-Migrate` declare a dependency on `Flask-SQLAlchemy`, even if we have to wait a little bit before we're able to do that.
1 parent 22f43c3 commit 38968ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stub_uploader/metadata.py

+1
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ def verify_typeshed_req(req: Requirement) -> None:
165165
# https://github.com/typeshed-internal/stub_uploader/pull/61#discussion_r979327370
166166
EXTERNAL_REQ_ALLOWLIST = {
167167
"Flask",
168+
"Flask-SQLAlchemy",
168169
"Werkzeug",
169170
"arrow",
170171
"click",

0 commit comments

Comments
 (0)