Skip to content

Commit

Permalink
Add new dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
miltlima committed Nov 1, 2021
1 parent fd58c94 commit 4aec9ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
[tool.poetry]
name = "terramagic"
version = "0.1.0"
version = "0.0.4"
description = "A automate tool for terraform projects"
authors = ["Milton Jesus <[email protected]>"]
license = "MIT"

[tool.poetry.dependencies]
python = "3.9"
python = "^3.9"
colorama = "^0.4.4"
termcolor = "^1.1.0"
click = "^8.0.3"
pyfiglet = "^0.8.post1"

[tool.poetry.dev-dependencies]
black = "^21.9b0"
flake8 = "^4.0.1"
pytest = "^6.2.5"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 4aec9ae

Please sign in to comment.