From 535a5d6ccd69e7f8292769953aa26f78d18e682a Mon Sep 17 00:00:00 2001 From: Jason Secula Date: Wed, 18 Mar 2026 20:55:20 +0100 Subject: [PATCH] added dependencies to pyproject --- build/pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/pyproject.toml b/build/pyproject.toml index 0a9a3c0..6ffa9e0 100644 --- a/build/pyproject.toml +++ b/build/pyproject.toml @@ -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"