mirror of
https://github.com/skoobasteeve/successfactors-python.git
synced 2026-03-20 19:48:57 +00:00
Compare commits
1 Commits
v0.0.8
...
5c0d96869d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5c0d96869d |
@@ -3,8 +3,8 @@ requires = ["hatchling"]
|
|||||||
build-backend = "hatchling.build"
|
build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "successfactors_auth"
|
name = "successfactors-auth"
|
||||||
version = "0.0.5"
|
version = "0.0.8"
|
||||||
authors = [
|
authors = [
|
||||||
{ name="Ray Lyon", email="ray@raylyon.net" },
|
{ name="Ray Lyon", email="ray@raylyon.net" },
|
||||||
]
|
]
|
||||||
@@ -16,6 +16,11 @@ classifiers = [
|
|||||||
"License :: OSI Approved :: Apache Software License",
|
"License :: OSI Approved :: Apache Software License",
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
]
|
]
|
||||||
|
dependencies = [
|
||||||
|
"requests",
|
||||||
|
"lxml",
|
||||||
|
"xmlsec",
|
||||||
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
"Homepage" = "https://github.com/skoobasteeve/successfactors_auth"
|
"Homepage" = "https://github.com/skoobasteeve/successfactors_auth"
|
||||||
|
|||||||
Reference in New Issue
Block a user