-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
32 lines (29 loc) · 984 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[tool.poetry]
name = "catalystcentersdk"
version = "2.3.7.9"
description = "Cisco CatalystCenter Platform SDK"
authors = ["Jose Bogarin Solano <[email protected]>", "William Astorga <[email protected]>", "Francisco Muñoz <[email protected]>", "Francisco Muñoz <[email protected]>", "Bryan Vargas <[email protected]>"]
license = "MIT"
homepage = "https://catalystcentersdk.readthedocs.io/en/latest/"
repository = "https://github.com/cisco-en-programmability/catalystcentersdk"
keywords = ["Cisco", "CatalystCenter", "SDK"]
classifiers = [
]
readme = "README.rst"
[tool.poetry.dependencies]
python = "^3.8"
requests = "^2.32.0"
fastjsonschema = "^2.16.2"
requests-toolbelt = "^1.0.0"
[tool.poetry.dev-dependencies]
sphinx = "^5.3.0"
sphinx-rtd-theme = "^1.3.0"
pytest = "*"
pytest-rerunfailures = "^10.3"
flake8 = "*"
ipython = "*"
readthedocs-sphinx-search = "^0.3.2"
setuptools_scm = "^6.0.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"