fix: adjust pyproject.
This commit is contained in:
1569
poetry.lock
generated
Normal file
1569
poetry.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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]
|
||||||
|
|||||||
Reference in New Issue
Block a user