From 5c0d96869d0b5bbd934ac6ea9c039b3bca536aa3 Mon Sep 17 00:00:00 2001 From: Ray Lyon <36998292+skoobasteeve@users.noreply.github.com> Date: Sat, 5 Aug 2023 15:53:50 +0000 Subject: [PATCH] add dependencies --- pyproject.toml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e76af11..f1525dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,8 +3,8 @@ requires = ["hatchling"] build-backend = "hatchling.build" [project] -name = "successfactors_auth" -version = "0.0.5" +name = "successfactors-auth" +version = "0.0.8" authors = [ { name="Ray Lyon", email="ray@raylyon.net" }, ] @@ -16,6 +16,11 @@ classifiers = [ "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", ] +dependencies = [ + "requests", + "lxml", + "xmlsec", +] [project.urls] "Homepage" = "https://github.com/skoobasteeve/successfactors_auth"