Spaces:
Running
Running
m00916919
commited on
Commit
·
a48cbba
1
Parent(s):
8d50beb
add missing package
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
|
@@ -6,6 +6,8 @@ gunicorn>=21.2
|
|
| 6 |
# Data validation
|
| 7 |
pydantic>=2.5
|
| 8 |
|
|
|
|
|
|
|
| 9 |
# Hugging Face queue integration used by server.py
|
| 10 |
huggingface_hub>=0.20
|
| 11 |
|
|
|
|
| 6 |
# Data validation
|
| 7 |
pydantic>=2.5
|
| 8 |
|
| 9 |
+
pydantic[email]
|
| 10 |
+
|
| 11 |
# Hugging Face queue integration used by server.py
|
| 12 |
huggingface_hub>=0.20
|
| 13 |
|