fix: no module named 'flask' (#1216)
This commit is contained in:
Tekky 2023-11-07 12:54:09 +00:00 committed by GitHub
commit 722f25039f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -80,4 +80,4 @@ class Phind(AsyncGeneratorProvider):
("timeout", "int"),
]
param = ", ".join([": ".join(p) for p in params])
return f"g4f.provider.{cls.__name__} supports: ({param})"
return f"g4f.provider.{cls.__name__} supports: ({param})"

View File

@ -20,3 +20,4 @@ numpy
asgiref
fastapi
uvicorn
flask