Files
AirwatchAPI/build/pyproject.toml
Jason SECULA a6727b9538
Some checks failed
Build python package / Build (push) Has been cancelled
Updated build number
2026-06-05 10:10:05 +02:00

22 lines
421 B
TOML

[build-system]
requires = [
"setuptools >= 77.0.3",
"requests >= 2.32.5",
"cryptography"
]
build-backend = "setuptools.build_meta"
[project]
name = "AirwatchAPI"
version = "1.0.4"
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"
]