KeyStone commited on
Commit Β·
c87d94c
1
Parent(s): 1a58a96
Add email-validator dependency
Browse files- backend/requirements.txt +2 -1
backend/requirements.txt
CHANGED
|
@@ -9,7 +9,8 @@ asyncpg==0.30.0
|
|
| 9 |
alembic==1.14.0
|
| 10 |
|
| 11 |
# ββ Configuration βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 12 |
-
pydantic
|
|
|
|
| 13 |
pydantic-settings==2.7.0
|
| 14 |
python-dotenv==1.0.1
|
| 15 |
|
|
|
|
| 9 |
alembic==1.14.0
|
| 10 |
|
| 11 |
# ββ Configuration βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 12 |
+
pydantic
|
| 13 |
+
email-validator>=2.0==2.10.3
|
| 14 |
pydantic-settings==2.7.0
|
| 15 |
python-dotenv==1.0.1
|
| 16 |
|