Files
kiosk-guestbook/requirements.txt
T
steve e6d742f92e fix: replace regex email validation with email-validator
Swap hand-rolled regex for the email-validator library which handles
RFC 5322 edge cases correctly. check_deliverability=False skips DNS
lookups (not viable on an intranet). Blank email still passes — only
a non-empty, malformed address triggers the error.
2026-03-09 20:36:54 -06:00

5 lines
77 B
Plaintext

Flask>=3.1.3
Werkzeug>=3.0.6
Flask-Limiter>=3.0
email-validator>=2.0
gunicorn