forked from cisco-en-programmability/dnacentersdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
33 lines (30 loc) · 990 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
33
[tool.poetry]
name = "dnacentersdk"
version = "2.6.10"
description = "Cisco DNA Center Platform SDK"
authors = ["Jose Bogarin Solano <jbogarin@altus.cr>", "William Astorga <wastorga@altus.cr>", "Francisco Muñoz <fmunoz@altus.cr>", "Francisco Muñoz <fmunoz@altus.cr>", "Bryan Vargas <bvargas@altus.cr>"]
license = "MIT"
homepage = "https://dnacentersdk.readthedocs.io/en/latest/"
repository = "https://github.com/cisco-en-programmability/dnacentersdk"
keywords = ["Cisco", "DNA Center", "SDK"]
classifiers = [
]
readme = "README.rst"
[tool.poetry.dependencies]
python = "^3.6"
requests = ">=2.27.1, <=2.40.0"
fastjsonschema = "^2.16.2"
future = "^0.18.3"
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.1.0"
setuptools_scm = "^6.0.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"