From 733b013dd0cf3c05afb584bdd5c70deb463d4123 Mon Sep 17 00:00:00 2001 From: Erick Cesar Mondragon Palacios Date: Sat, 23 May 2026 06:59:06 -0600 Subject: [PATCH] Agrega cryptography para autenticacion MySQL --- recolector_backend/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recolector_backend/requirements.txt b/recolector_backend/requirements.txt index c891d76..e617a01 100644 --- a/recolector_backend/requirements.txt +++ b/recolector_backend/requirements.txt @@ -6,4 +6,5 @@ pydantic-settings==2.7.0 PyJWT==2.10.1 python-multipart==0.0.20 pymysql==1.1.1 -python-dotenv==1.0.1 \ No newline at end of file +python-dotenv==1.0.1 +cryptography==43.0.3 \ No newline at end of file