Spaces:
Sleeping
Sleeping
Essi
commited on
Commit
·
c65e348
1
Parent(s):
d472edc
build: add gradio with OAuth support to development requirements only for local testing
Browse files- requirements-dev.txt +1 -0
requirements-dev.txt
CHANGED
@@ -2,3 +2,4 @@ pre-commit
|
|
2 |
ruff
|
3 |
mypy
|
4 |
detect-secrets
|
|
|
|
2 |
ruff
|
3 |
mypy
|
4 |
detect-secrets
|
5 |
+
gradio[oauth]
|