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

1569
poetry.lock generated Normal file

File diff suppressed because it is too large Load Diff

View File

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