gradio-oauth / requirements.txt
Wauplin's picture
Wauplin HF staff
pin fastapi
0a8f1f6
raw
history blame
No virus
296 Bytes
authlib==1.2.1
itsdangerous==2.1.2
# hardcoded version to be able to set a middleware after an application has started
# SessionMiddleware is needed to set the user in the session.
# Pinned dependency won't be necessary anymore once we integrate more tightly inside gradio library
fastapi==0.88.0