From 9d0bf9e898e9a5247c4a3aa91c4d300485801602 Mon Sep 17 00:00:00 2001 From: Sudip Bhattarai Date: Thu, 30 Nov 2023 10:50:58 +0545 Subject: [PATCH] Update used packages to latest version --- requirements.txt | 10 +++++----- run_local.sh | 5 ++--- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/requirements.txt b/requirements.txt index e463009..cf9fc0f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -docker==5.0.3 -Jinja2==3.0.3 -pyOpenSSL==22.1.0 -pycryptodome==3.15.0 -pydevd==2.9.1 \ No newline at end of file +docker==6.1.3 +Jinja2==3.1.2 +pyOpenSSL==23.3.0 +pycryptodome==3.19.0 +pydevd==2.10.0 \ No newline at end of file diff --git a/run_local.sh b/run_local.sh index 56c3a27..2c1aa4e 100755 --- a/run_local.sh +++ b/run_local.sh @@ -1,7 +1,6 @@ #!/bin/sh -#When working on the project locally, you want to debug things running inside docker container -# like a normal python script. This helps achieve that by creating proper directory mapping in the container -# and then starting the container with pydevd enabled. +# When working on the project locally, You don't want to run the container inside docker or interact with nginx. +# To achieve that, we create only nginx configs and don't interact with nginx. The configs will be inside `./.run_data` folder # mkdir -p ./.run_data/conf.d