Gaykar commited on
Commit
6545626
·
1 Parent(s): d8647d4

added email-validator

Browse files
Files changed (2) hide show
  1. app/graph_test.py +3 -0
  2. 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