Skip to content

Commit

Permalink
fix python dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gorschu committed Sep 14, 2019
1 parent bb6a573 commit 9d82f05
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ version = "0.6.3"
description = ""
authors = ["Gordon Schulz <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.7"

[tool.poetry.dev-dependencies]
#python = "^3.6"
molecule = "^2.20"
molecule = "^2.22"
bumpversion = "^0.5.3"
docker-py = "^1.10"

Expand Down

0 comments on commit 9d82f05

Please sign in to comment.