mirror of
https://github.com/thousandeyes/thousandeyes-sdk-python.git
synced 2025-12-06 06:26:51 +00:00
31 lines
740 B
TOML
31 lines
740 B
TOML
[tool.poetry]
|
|
name = "monitors_api"
|
|
version = "1.0.0"
|
|
description = "BGP Monitors"
|
|
authors = ["OpenAPI Generator Community <team@openapitools.org>"]
|
|
license = "NoLicense"
|
|
readme = "README.md"
|
|
repository = "https://github.com/thousandeyes/thousandeyes-python-sdk"
|
|
keywords = ["OpenAPI", "OpenAPI-Generator", "BGP Monitors"]
|
|
include = ["monitors_api/py.typed"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.7"
|
|
|
|
urllib3 = ">= 1.25.3"
|
|
python-dateutil = ">=2.8.2"
|
|
pydantic = ">=2"
|
|
typing-extensions = ">=4.7.1"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
pytest = ">=7.2.1"
|
|
tox = ">=3.9.0"
|
|
flake8 = ">=4.0.0"
|
|
|
|
[build-system]
|
|
requires = ["setuptools"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[tool.pylint.'MESSAGES CONTROL']
|
|
extension-pkg-whitelist = "pydantic"
|