Skip to content

Commit

Permalink
Allow python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jarojasm95 committed Jan 27, 2022
1 parent 096bd65 commit 5e756b3
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 21 deletions.
51 changes: 32 additions & 19 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,11 +1,11 @@
[tool.poetry]
name = "commands-base"
version = "2.0.1"
version = "2.0.2"
description = "Aladdin base command for commands containers"
authors = ["Fivestars <dev@fivestars.com>"]

[tool.poetry.dependencies]
python = "^3.7"
python = "^3.6"
verboselogs = "^1.7"
coloredlogs = "^14.0"

Expand Down

0 comments on commit 5e756b3

Please sign in to comment.