mirror of
https://github.com/tmdinosaurcenter/kiosk-guestbook.git
synced 2026-06-04 02:29:09 -06:00
e6d742f92e
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.
5 lines
77 B
Plaintext
5 lines
77 B
Plaintext
Flask>=3.1.3
|
|
Werkzeug>=3.0.6
|
|
Flask-Limiter>=3.0
|
|
email-validator>=2.0
|
|
gunicorn |