Skip to content

Commit

Permalink
Update used packages to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
mesudip committed Nov 30, 2023
1 parent b3690a0 commit 9d0bf9e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
docker==5.0.3
Jinja2==3.0.3
pyOpenSSL==22.1.0
pycryptodome==3.15.0
pydevd==2.9.1
docker==6.1.3
Jinja2==3.1.2
pyOpenSSL==23.3.0
pycryptodome==3.19.0
pydevd==2.10.0
5 changes: 2 additions & 3 deletions run_local.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9d0bf9e

Please sign in to comment.