
- Add email-validator==2.1.0.post1 to requirements.txt - Resolves ImportError when using EmailStr in Pydantic schemas - Required for proper email validation in user endpoints Co-Authored-By: BackendIM <noreply@backendim.com>
10 lines
219 B
Plaintext
10 lines
219 B
Plaintext
fastapi==0.104.1
|
|
uvicorn[standard]==0.24.0
|
|
sqlalchemy==2.0.23
|
|
alembic==1.12.1
|
|
python-multipart==0.0.6
|
|
python-jose[cryptography]==3.3.0
|
|
passlib[bcrypt]==1.7.4
|
|
python-dotenv==1.0.0
|
|
email-validator==2.1.0.post1
|
|
ruff==0.1.6 |