Add missing docker builders
This commit is contained in:
parent
a802ecce7a
commit
4032ad5882
11 changed files with 645 additions and 0 deletions
10
docker/deployer_docker/webhook/requirements.txt
Normal file
10
docker/deployer_docker/webhook/requirements.txt
Normal file
|
@ -0,0 +1,10 @@
|
|||
blinker==1.9.0 ; python_version >= "3.12" and python_version < "4.0"
|
||||
click==8.1.7 ; python_version >= "3.12" and python_version < "4.0"
|
||||
colorama==0.4.6 ; python_version >= "3.12" and python_version < "4.0" and platform_system == "Windows"
|
||||
flask==3.1.0 ; python_version >= "3.12" and python_version < "4.0"
|
||||
gunicorn==23.0.0 ; python_version >= "3.12" and python_version < "4.0"
|
||||
itsdangerous==2.2.0 ; python_version >= "3.12" and python_version < "4.0"
|
||||
jinja2==3.1.4 ; python_version >= "3.12" and python_version < "4.0"
|
||||
markupsafe==3.0.2 ; python_version >= "3.12" and python_version < "4.0"
|
||||
packaging==24.2 ; python_version >= "3.12" and python_version < "4.0"
|
||||
werkzeug==3.1.3 ; python_version >= "3.12" and python_version < "4.0"
|
Loading…
Add table
Add a link
Reference in a new issue