diff --git a/poetry.lock b/poetry.lock index a338d462..164c9ce6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -637,7 +637,7 @@ python-versions = "*" name = "xmltodict" version = "0.12.0" description = "Makes working with XML feel like you are working with JSON" -category = "dev" +category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" @@ -656,7 +656,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt [metadata] lock-version = "1.1" python-versions = "^3.6" -content-hash = "b970d5c0aa9d458f925de585ec9c72e2348c21e8b23aaad845ad153c7ee30ef5" +content-hash = "89946e68f8ea9a69af73ecfb299c6ce7f7edbca936ee0c499d1f4fae7a705052" [metadata.files] alabaster = [ diff --git a/pyproject.toml b/pyproject.toml index 3797af34..d2a05dfd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ciscoisesdk" -version = "0.1.1" +version = "0.1.2" description = "Cisco Identity Services Engine Platform SDK" authors = ["Jose Bogarin Solano ", "William Astorga "] license = "MIT" @@ -17,6 +17,7 @@ requests = "^2.24.0" fastjsonschema = "^2.14.5" future = "^0.18.2" requests-toolbelt = "^0.9.1" +xmltodict = "0.12.0" [tool.poetry.dev-dependencies] sphinx = "^2.1.0" @@ -26,7 +27,6 @@ pytest-rerunfailures = "^9.0" flake8 = "*" ipython = "*" readthedocs-sphinx-search = "0.1.0" -xmltodict = "0.12.0" setuptools_scm = "^3.3.3" [build-system]