forked from cisco-en-programmability/dnacentersdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
33 lines (30 loc) · 865 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.3.2"
description = "Cisco DNA Center Platform SDK"
authors = ["Jose Bogarin Solano <[email protected]>", "William Astorga <[email protected]>"]
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.25.1"
fastjsonschema = "^2.14.5"
future = "^0.18.2"
requests-toolbelt = "^0.9.1"
[tool.poetry.dev-dependencies]
sphinx = "^2.1.0"
sphinx-rtd-theme = "*"
pytest = "^5.4.3"
pytest-rerunfailures = "^9.0"
flake8 = "*"
ipython = "*"
readthedocs-sphinx-search = "^0.1.0"
setuptools_scm = "^3.3.3"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"