Spaces:
Runtime error
Runtime error
added email-validator
Browse files- app/graph_test.py +3 -0
- requirements.txt +2 -1
app/graph_test.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
from app.graph import graph
|
| 2 |
+
|
| 3 |
+
|
requirements.txt
CHANGED
|
@@ -12,4 +12,5 @@ langgraph-checkpoint-postgres
|
|
| 12 |
psycopg[binary]
|
| 13 |
psycopg-pool
|
| 14 |
transformers
|
| 15 |
-
pydantic-settings
|
|
|
|
|
|
| 12 |
psycopg[binary]
|
| 13 |
psycopg-pool
|
| 14 |
transformers
|
| 15 |
+
pydantic-settings
|
| 16 |
+
email-validator
|