Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1cdfbc6dc5 | |||
|
|
90378bb2e5 |
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user