added dependencies to pyproject
All checks were successful
Build python package / Build (push) Successful in 21s
All checks were successful
Build python package / Build (push) Successful in 21s
This commit is contained in:
@@ -10,6 +10,9 @@ name = "GLPIAPI"
|
|||||||
version = "1.0.3"
|
version = "1.0.3"
|
||||||
description = "A module python to make it easier to use GLPI API"
|
description = "A module python to make it easier to use GLPI API"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
dependencies = [
|
||||||
|
"requests >= 2.32.5"
|
||||||
|
]
|
||||||
requires-python = ">=3.7"
|
requires-python = ">=3.7"
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Programming Language :: Python :: 3"
|
"Programming Language :: Python :: 3"
|
||||||
|
|||||||
Reference in New Issue
Block a user