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"