revert pyproject.toml
This commit is contained in:
parent
a34d880721
commit
e41abfc928
|
|
@ -102,6 +102,7 @@ def get_postgres_container(ctx):
|
||||||
ctx.obj["env_folder_path"].absolute(): "/env/",
|
ctx.obj["env_folder_path"].absolute(): "/env/",
|
||||||
},
|
},
|
||||||
detach=True,
|
detach=True,
|
||||||
|
# ports={"5432/tcp": 5432}, # <--- Port-Mapping hinzugefügt
|
||||||
)
|
)
|
||||||
# TODO, improve me.
|
# TODO, improve me.
|
||||||
# Postgres container doesn't seems available immediately.
|
# Postgres container doesn't seems available immediately.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "odoo-openupgrade-wizard"
|
name = "odoo-openupgrade-wizard"
|
||||||
version = "1.3.2"
|
version = "1.3.0"
|
||||||
description = "CLI tool to manage Odoo Major Upgrades"
|
description = "CLI tool to manage Odoo Major Upgrades"
|
||||||
authors = [
|
authors = [
|
||||||
{name = "Sylvain LE GAL", email = "sylvain.legal@grap.coop"},
|
{name = "Sylvain LE GAL", email = "sylvain.legal@grap.coop"},
|
||||||
|
|
@ -63,7 +63,7 @@ safety = "*"
|
||||||
pylint = "*"
|
pylint = "*"
|
||||||
tox = "*"
|
tox = "*"
|
||||||
towncrier = "*"
|
towncrier = "*"
|
||||||
debugpy = "*"
|
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core>=1.0.0"]
|
requires = ["poetry-core>=1.0.0"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user