added dependencies to pyproject
All checks were successful
Build python package / Build (push) Successful in 21s

This commit is contained in:
2026-03-18 20:55:20 +01:00
parent c2bb86c138
commit 535a5d6ccd

View File

@@ -10,6 +10,9 @@ name = "GLPIAPI"
version = "1.0.3"
description = "A module python to make it easier to use GLPI API"
readme = "README.md"
dependencies = [
"requests >= 2.32.5"
]
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Python :: 3"