From 29bc04d0235d29285f4e119be35347a0f8967d64 Mon Sep 17 00:00:00 2001 From: Ido Shraga <35264146+idoshr@users.noreply.github.com> Date: Thu, 2 May 2024 16:41:17 +0300 Subject: [PATCH] Update unmaintenance repositories (#34) * Update README.md add: flask-sse flask-argon2 flask-session flask-mail-sendgrid * Update README.md * Update README.md --------- Co-authored-by: Michael Herman --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e26088d..0db8c16 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ #### ODMs -- [Flask-MongoEngine](https://flask-mongoengine.readthedocs.io) - Bridges Flask and MongoEngine for working with MongoDB. +- [Flask-MongoEngine](https://flask-mongoengine-3.readthedocs.io) - Bridges Flask and MongoEngine for working with MongoDB. - [Flask-PyMongo](https://flask-pymongo.readthedocs.io) - Bridges Flask and PyMongo for working with MongoDB. #### Migrations @@ -184,7 +184,7 @@ - [Flask-Bcrypt](https://flask-bcrypt.readthedocs.io) - Provides bcrypt hashing utilities. - [Flask-CORS](https://flask-cors.readthedocs.io) - Cross Origin Resource Sharing (CORS) handling. - [Flask-SeaSurf](https://github.com/maxcountryman/flask-seasurf/) - Cross-site request forgery (CSRF) prevention. -- [Flask-Talisman](https://github.com/GoogleCloudPlatform/flask-talisman) - HTTPS and security headers. +- [Flask-Talisman](https://github.com/wntrblm/flask-talisman) - HTTPS and security headers. ### Task Queues