From db0d2bf7eb5ecef3fdaff6686d08ef729979d00d Mon Sep 17 00:00:00 2001 From: Pelayo Torres <pelayo.torresalonso@telefonica.com> Date: Wed, 13 Nov 2024 12:08:49 +0100 Subject: [PATCH] Fix hello_api --- doc/testing/postman/hello_api.py | 7 +------ doc/testing/postman/requirements.txt | 3 +-- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/doc/testing/postman/hello_api.py b/doc/testing/postman/hello_api.py index 0b2a359..9bc8257 100644 --- a/doc/testing/postman/hello_api.py +++ b/doc/testing/postman/hello_api.py @@ -1,12 +1,7 @@ from flask import Flask, jsonify, request -from flask_jwt_extended import jwt_required, JWTManager, get_jwt_identity, get_jwt -import ssl +from flask_jwt_extended import jwt_required, JWTManager from werkzeug import serving -import socket, ssl -import OpenSSL from OpenSSL import crypto -import jwt -import pyone app = Flask(__name__) diff --git a/doc/testing/postman/requirements.txt b/doc/testing/postman/requirements.txt index a6e4396..0022a8f 100644 --- a/doc/testing/postman/requirements.txt +++ b/doc/testing/postman/requirements.txt @@ -1,4 +1,3 @@ Flask == 3.0.3 flask_jwt_extended == 4.6.0 -pyopenssl == 24.1.0 -pyone \ No newline at end of file +pyopenssl == 24.1.0 \ No newline at end of file -- GitLab