Add flask_fixture to the manual plugin list

Fixes #11435
This commit is contained in:
pomponchik 2023-09-13 01:17:20 +03:00 committed by GitHub
parent fcb8e73288
commit 6c2feb75d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ DEVELOPMENT_STATUS_CLASSIFIERS = (
ADDITIONAL_PROJECTS = { # set of additional projects to consider as plugins
"logassert",
"nuts",
"flask_fixture",
}