increased version and removed requirements

This commit is contained in:
Yhael S
2023-08-29 02:11:51 -05:00
parent 7f3772a041
commit e04a64d952
2 changed files with 1 additions and 4 deletions

View File

@@ -64,7 +64,7 @@ PROJECT_NAME=odoocker
SUPPORT_EMAIL=mail@example.com SUPPORT_EMAIL=mail@example.com
# Containers' Tags # Containers' Tags
ODOO_TAG=14.0 ODOO_TAG=15.0
POSTGRES_TAG=15.4 POSTGRES_TAG=15.4
NGINX_TAG=1.25.2 NGINX_TAG=1.25.2
NGINX_PROXY_TAG=1.3.1 NGINX_PROXY_TAG=1.3.1

View File

@@ -1,5 +1,2 @@
jinja2
sortedcontainers
debugpy debugpy
websocket-client websocket-client
pyOpenSSL