feat(module): Add module for google integration

This commit is contained in:
2026-05-05 13:09:56 -05:00
parent f2c176d0fd
commit ce367e8ce0
8 changed files with 19 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ end
desc 'poblar entorno'
task :init => [:up] do
compose('exec', 'test.dev', 'pip3 install psycopg2 flake8')
compose('exec', 'test.dev', 'pip3 install psycopg2-binary flake8 --break-system-packages')
compose('exec', 'test.dev', "bash .dev/install_module.sh")
end