Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -56,4 +56,5 @@ pandas>=1.5,<2 # <2 for TTS compatibility
|
|
56 |
|
57 |
# --- Math / Code ---
|
58 |
pygments>=2.18,<3
|
59 |
-
SQLAlchemy>=2.0,<3
|
|
|
|
56 |
|
57 |
# --- Math / Code ---
|
58 |
pygments>=2.18,<3
|
59 |
+
SQLAlchemy>=2.0,<3
|
60 |
+
email-validator>=2.1,<3
|