feat: update dependencies
This commit is contained in:
@@ -4,7 +4,14 @@ version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.14, <4.0"
|
||||
dependencies = ["taskipy (>=1.14.1,<2.0.0)"]
|
||||
dependencies = [
|
||||
"cookiecutter>=2.7.1",
|
||||
"taskipy (>=1.14.1,<2.0.0)",
|
||||
"trytond (==7.6)",
|
||||
"google-api-python-client (>=2.195.0,<3.0.0)",
|
||||
"google-auth-httplib2 (>=0.3.1,<0.4.0)",
|
||||
"google-auth-oauthlib (>=1.3.1,<2.0.0)",
|
||||
]
|
||||
|
||||
|
||||
[tool.taskipy.tasks]
|
||||
@@ -15,6 +22,10 @@ status = "docker compose -f compose.live.yaml stats --no-stream"
|
||||
|
||||
logs = "docker compose -f compose.live.yaml logs -f"
|
||||
|
||||
start = "docker compose -f compose.live.yaml start"
|
||||
|
||||
stop = "docker compose -f compose.live.yaml stop"
|
||||
|
||||
restart = "docker compose -f compose.live.yaml restart"
|
||||
|
||||
down = "docker compose -f compose.live.yaml down -v --remove-orphans"
|
||||
|
||||
Reference in New Issue
Block a user