Updated build number and added dependencies to package
All checks were successful
Build python package / Build (push) Successful in 24s

This commit is contained in:
2026-03-18 20:48:32 +01:00
parent 90378bb2e5
commit 1cdfbc6dc5

View File

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