Skip to content

Commit

Permalink
Update stub pyproject.toml to use python >=3.7 and webex-skills > 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
snow0x2d0 committed Oct 26, 2021
1 parent 788088f commit 0812a8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webex_skills/static/pyproject.toml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ description = ""
authors = []

[tool.poetry.dependencies]
python = "^3.8"
webex-skills = "^1.0.0"
python = "^3.7"
webex-skills = "^2.0.0"

[tool.poetry.dev-dependencies]
pytest = "^5.2"
Expand Down

0 comments on commit 0812a8e

Please sign in to comment.