Files
GLPIAPI/build/pyproject.toml
Jason Secula 535a5d6ccd
All checks were successful
Build python package / Build (push) Successful in 21s
added dependencies to pyproject
2026-03-18 20:55:20 +01:00

20 lines
374 B
TOML

[build-system]
requires = [
"setuptools >= 77.0.3",
"requests >= 2.32.5"
]
build-backend = "setuptools.build_meta"
[project]
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"
]