2 Commits
1.0.2 ... main

Author SHA1 Message Date
1cdfbc6dc5 Updated build number and added dependencies to package
All checks were successful
Build python package / Build (push) Successful in 24s
2026-03-18 20:48:32 +01:00
Jason SECULA
90378bb2e5 updated build number for package
Some checks failed
Build python package / Build (push) Has been cancelled
2026-02-26 13:40:23 +01:00

View File

@@ -1,15 +1,20 @@
[build-system]
requires = [
"setuptools >= 77.0.3",
"requests >= 2.32.5"
"requests >= 2.32.5",
"cryptography"
]
build-backend = "setuptools.build_meta"
[project]
name = "AirwatchAPI"
version = "1.0.1"
version = "1.0.3"
description = "A module python to make it easier to use Workspace One API"
readme = "README.md"
dependencies = [
"requests >= 2.32.5",
"cryptography"
]
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Python :: 3"