Skip to content

Commit

Permalink
Update location of dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
William Astorga Cárdenas committed May 10, 2021
1 parent db0f826 commit f290e14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <jbogarin@altus.cr>", "William Astorga <wastorga@altus.cr>"]
license = "MIT"
Expand All @@ -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"
Expand All @@ -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]
Expand Down

0 comments on commit f290e14

Please sign in to comment.