From 13c27fedd47a2807d23b793c35221437aa80cb98 Mon Sep 17 00:00:00 2001 From: Spandan Kar <100840294+SpandanKar@users.noreply.github.com> Date: Tue, 5 Mar 2024 17:00:53 +0530 Subject: [PATCH 1/2] Update check_ports.sh as a bash script --- check_ports.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/check_ports.sh b/check_ports.sh index c82aa6a..548c88a 100755 --- a/check_ports.sh +++ b/check_ports.sh @@ -1,5 +1,7 @@ +#!/bin/bash + START=0 END=9 for ((i=START;i<=END;i++)); do lsof -i tcp:500$i -done \ No newline at end of file +done From 820a4b529547701c8ada81d94047ad016c175f9c Mon Sep 17 00:00:00 2001 From: Spandan Kar <100840294+SpandanKar@users.noreply.github.com> Date: Tue, 5 Mar 2024 17:43:55 +0530 Subject: [PATCH 2/2] Fixes for Jinja2 broken dependencies --- requirements.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cdc8213..21d7f55 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,7 @@ Flask==1.1.2 +Jinja2==3.0.3 +werkzeug==2.0.2 +itsdangerous==2.0.1 fastapi==0.61.1 uvicorn==0.12.0 pyramid==1.10.4 @@ -6,4 +9,4 @@ waitress==1.4.4 tornado==6.0.4 Flask-SocketIO==4.3.1 eventlet==0.28.0 -websockets==8.1 \ No newline at end of file +websockets==8.1