mirror of
https://github.com/thousandeyes/thousandeyes-sdk-python.git
synced 2025-12-06 06:26:51 +00:00
CP-1897 Add requires-python to pyproject
This commit is contained in:
parent
b924974395
commit
c9e9fbe78d
@ -7,6 +7,7 @@ authors = [
|
||||
]
|
||||
description = "ThousandEyes SDK Administrative API"
|
||||
license = { file = "LICENSE" }
|
||||
requires-python = ">= 3.8"
|
||||
dependencies = [
|
||||
"urllib3 >= 1.25.3",
|
||||
"python-dateutil >=2.8.2",
|
||||
|
||||
@ -7,6 +7,7 @@ authors = [
|
||||
]
|
||||
description = "ThousandEyes SDK Agents API"
|
||||
license = { file = "LICENSE" }
|
||||
requires-python = ">= 3.8"
|
||||
dependencies = [
|
||||
"urllib3 >= 1.25.3",
|
||||
"python-dateutil >=2.8.2",
|
||||
|
||||
@ -7,6 +7,7 @@ authors = [
|
||||
]
|
||||
description = "ThousandEyes SDK Alerts API"
|
||||
license = { file = "LICENSE" }
|
||||
requires-python = ">= 3.8"
|
||||
dependencies = [
|
||||
"urllib3 >= 1.25.3",
|
||||
"python-dateutil >=2.8.2",
|
||||
|
||||
@ -7,6 +7,7 @@ authors = [
|
||||
]
|
||||
description = "ThousandEyes SDK BGP Monitors API"
|
||||
license = { file = "LICENSE" }
|
||||
requires-python = ">= 3.8"
|
||||
dependencies = [
|
||||
"urllib3 >= 1.25.3",
|
||||
"python-dateutil >=2.8.2",
|
||||
|
||||
@ -7,6 +7,7 @@ authors = [
|
||||
]
|
||||
description = "ThousandEyes SDK Core"
|
||||
license = { file = "LICENSE" }
|
||||
requires-python = ">= 3.8"
|
||||
dependencies = [
|
||||
"urllib3 >= 1.25.3",
|
||||
"python-dateutil >=2.8.2",
|
||||
|
||||
@ -7,6 +7,7 @@ authors = [
|
||||
]
|
||||
description = "ThousandEyes SDK Credentials API"
|
||||
license = { file = "LICENSE" }
|
||||
requires-python = ">= 3.8"
|
||||
dependencies = [
|
||||
"urllib3 >= 1.25.3",
|
||||
"python-dateutil >=2.8.2",
|
||||
|
||||
@ -7,6 +7,7 @@ authors = [
|
||||
]
|
||||
description = "ThousandEyes SDK Dashboards API"
|
||||
license = { file = "LICENSE" }
|
||||
requires-python = ">= 3.8"
|
||||
dependencies = [
|
||||
"urllib3 >= 1.25.3",
|
||||
"python-dateutil >=2.8.2",
|
||||
|
||||
@ -7,6 +7,7 @@ authors = [
|
||||
]
|
||||
description = "ThousandEyes SDK Endpoint Agents API"
|
||||
license = { file = "LICENSE" }
|
||||
requires-python = ">= 3.8"
|
||||
dependencies = [
|
||||
"urllib3 >= 1.25.3",
|
||||
"python-dateutil >=2.8.2",
|
||||
|
||||
@ -7,6 +7,7 @@ authors = [
|
||||
]
|
||||
description = "ThousandEyes SDK Endpoint Instant Scheduled Tests API"
|
||||
license = { file = "LICENSE" }
|
||||
requires-python = ">= 3.8"
|
||||
dependencies = [
|
||||
"urllib3 >= 1.25.3",
|
||||
"python-dateutil >=2.8.2",
|
||||
|
||||
@ -7,6 +7,7 @@ authors = [
|
||||
]
|
||||
description = "ThousandEyes SDK Endpoint Agent Labels API"
|
||||
license = { file = "LICENSE" }
|
||||
requires-python = ">= 3.8"
|
||||
dependencies = [
|
||||
"urllib3 >= 1.25.3",
|
||||
"python-dateutil >=2.8.2",
|
||||
|
||||
@ -7,6 +7,7 @@ authors = [
|
||||
]
|
||||
description = "ThousandEyes SDK Endpoint Test Results API"
|
||||
license = { file = "LICENSE" }
|
||||
requires-python = ">= 3.8"
|
||||
dependencies = [
|
||||
"urllib3 >= 1.25.3",
|
||||
"python-dateutil >=2.8.2",
|
||||
|
||||
@ -7,6 +7,7 @@ authors = [
|
||||
]
|
||||
description = "ThousandEyes SDK Endpoint Tests API"
|
||||
license = { file = "LICENSE" }
|
||||
requires-python = ">= 3.8"
|
||||
dependencies = [
|
||||
"urllib3 >= 1.25.3",
|
||||
"python-dateutil >=2.8.2",
|
||||
|
||||
@ -7,6 +7,7 @@ authors = [
|
||||
]
|
||||
description = "ThousandEyes SDK Instant Tests API"
|
||||
license = { file = "LICENSE" }
|
||||
requires-python = ">= 3.8"
|
||||
dependencies = [
|
||||
"urllib3 >= 1.25.3",
|
||||
"python-dateutil >=2.8.2",
|
||||
|
||||
@ -7,6 +7,7 @@ authors = [
|
||||
]
|
||||
description = "ThousandEyes SDK Internet Insights API"
|
||||
license = { file = "LICENSE" }
|
||||
requires-python = ">= 3.8"
|
||||
dependencies = [
|
||||
"urllib3 >= 1.25.3",
|
||||
"python-dateutil >=2.8.2",
|
||||
|
||||
@ -7,6 +7,7 @@ authors = [
|
||||
]
|
||||
description = "ThousandEyes SDK Labels API"
|
||||
license = { file = "LICENSE" }
|
||||
requires-python = ">= 3.8"
|
||||
dependencies = [
|
||||
"urllib3 >= 1.25.3",
|
||||
"python-dateutil >=2.8.2",
|
||||
|
||||
@ -7,6 +7,7 @@ authors = [
|
||||
]
|
||||
description = "ThousandEyes SDK Test Snapshots API"
|
||||
license = { file = "LICENSE" }
|
||||
requires-python = ">= 3.8"
|
||||
dependencies = [
|
||||
"urllib3 >= 1.25.3",
|
||||
"python-dateutil >=2.8.2",
|
||||
|
||||
@ -7,6 +7,7 @@ authors = [
|
||||
]
|
||||
description = "ThousandEyes SDK ThousandEyes for OpenTelemetry API"
|
||||
license = { file = "LICENSE" }
|
||||
requires-python = ">= 3.8"
|
||||
dependencies = [
|
||||
"urllib3 >= 1.25.3",
|
||||
"python-dateutil >=2.8.2",
|
||||
|
||||
@ -7,6 +7,7 @@ authors = [
|
||||
]
|
||||
description = "ThousandEyes SDK Tags API"
|
||||
license = { file = "LICENSE" }
|
||||
requires-python = ">= 3.8"
|
||||
dependencies = [
|
||||
"urllib3 >= 1.25.3",
|
||||
"python-dateutil >=2.8.2",
|
||||
|
||||
@ -7,6 +7,7 @@ authors = [
|
||||
]
|
||||
description = "ThousandEyes SDK Test Results API"
|
||||
license = { file = "LICENSE" }
|
||||
requires-python = ">= 3.8"
|
||||
dependencies = [
|
||||
"urllib3 >= 1.25.3",
|
||||
"python-dateutil >=2.8.2",
|
||||
|
||||
@ -7,6 +7,7 @@ authors = [
|
||||
]
|
||||
description = "ThousandEyes SDK Tests API"
|
||||
license = { file = "LICENSE" }
|
||||
requires-python = ">= 3.8"
|
||||
dependencies = [
|
||||
"urllib3 >= 1.25.3",
|
||||
"python-dateutil >=2.8.2",
|
||||
|
||||
@ -7,6 +7,7 @@ authors = [
|
||||
]
|
||||
description = "ThousandEyes SDK Usage API"
|
||||
license = { file = "LICENSE" }
|
||||
requires-python = ">= 3.8"
|
||||
dependencies = [
|
||||
"urllib3 >= 1.25.3",
|
||||
"python-dateutil >=2.8.2",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user