fix: add missing production dependencies (email-validator, cryptography, python-jose, aioimaplib, aiosmtplib, pgpy, nh3)
This commit is contained in:
@@ -14,10 +14,13 @@ asyncpg>=0.29
|
|||||||
# Validation / Settings
|
# Validation / Settings
|
||||||
pydantic>=2.5
|
pydantic>=2.5
|
||||||
pydantic-settings>=2.1
|
pydantic-settings>=2.1
|
||||||
|
email-validator>=2.0
|
||||||
|
|
||||||
# Auth
|
# Auth
|
||||||
passlib[bcrypt]==1.7.4
|
passlib[bcrypt]==1.7.4
|
||||||
bcrypt==4.0.1
|
bcrypt==4.0.1
|
||||||
|
python-jose[cryptography]>=3.3
|
||||||
|
cryptography>=42.0
|
||||||
|
|
||||||
# Redis / Job Queue
|
# Redis / Job Queue
|
||||||
redis>=5.0
|
redis>=5.0
|
||||||
@@ -26,6 +29,14 @@ arq>=0.25
|
|||||||
# File I/O
|
# File I/O
|
||||||
aiofiles>=23.2
|
aiofiles>=23.2
|
||||||
|
|
||||||
|
# Email (IMAP/SMTP)
|
||||||
|
aioimaplib>=1.0
|
||||||
|
aiosmtplib>=3.0
|
||||||
|
pgpy>=0.6
|
||||||
|
|
||||||
|
# HTML sanitization
|
||||||
|
nh3>=0.2
|
||||||
|
|
||||||
# Templates (optional)
|
# Templates (optional)
|
||||||
jinja2>=3.1
|
jinja2>=3.1
|
||||||
greenlet>=3.0
|
greenlet>=3.0
|
||||||
|
|||||||
Reference in New Issue
Block a user