fix: adjust pyproject.

This commit is contained in:
2026-06-19 12:27:12 -05:00
parent b9e908ffc8
commit 6b7e4a3803
2 changed files with 1580 additions and 10 deletions

View File

@@ -1,17 +1,18 @@
[project]
[tool.poetry]
name = "naliiadev"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14, <4.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)",
]
package-mode = false
[tool.poetry.dependencies]
python = ">=3.12, <4.0" # Note: Adjusted to standard versions unless you are actively testing 3.14 alpha
cookiecutter = ">=2.7.1"
taskipy = "^1.14.1"
trytond = "7.6.*" # Keeps it strictly on the 7.6 minor line
google-api-python-client = "^2.195.0"
google-auth-httplib2 = "^0.3.1"
google-auth-oauthlib = "^1.3.1"
[tool.taskipy.tasks]