You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I actually use FastAPI instead of Flask and didn't find anything similar to your lib for FastAPI. Looking at your source code, although I see a requirement for Flask on setup.py, I see no real use of it along the implementation files.
Does this mean I can use this with FastAPI?
In case not, I have the following question:
What are the changes needed to do it?
Do you plan to do it or are you open to let somebody do it?
Thank you so much!
The text was updated successfully, but these errors were encountered:
As you can see there are some things there like handling migrations and clearing tables, etc. after the test finishes that I haven't done. Maybe this will give you a place to start.
Helllo,
I actually use FastAPI instead of Flask and didn't find anything similar to your lib for FastAPI. Looking at your source code, although I see a requirement for Flask on setup.py, I see no real use of it along the implementation files.
Does this mean I can use this with FastAPI?
In case not, I have the following question:
Thank you so much!
The text was updated successfully, but these errors were encountered: