Spaces:
Runtime error
Runtime error
Laura Cabayol Garcia
commited on
Commit
·
2bb7f98
1
Parent(s):
544a3ec
add dataclasses dependency
Browse files- pyproject.toml +2 -1
pyproject.toml
CHANGED
@@ -30,7 +30,8 @@ dependencies = [
|
|
30 |
"gradio",
|
31 |
"jupytext",
|
32 |
"mkdocs",
|
33 |
-
"typing"
|
|
|
34 |
]
|
35 |
|
36 |
classifiers = [
|
|
|
30 |
"gradio",
|
31 |
"jupytext",
|
32 |
"mkdocs",
|
33 |
+
"typing",
|
34 |
+
"dataclasses",
|
35 |
]
|
36 |
|
37 |
classifiers = [
|