Skip to content

Commit

Permalink
Add pytest dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondbutcher committed Aug 27, 2020
1 parent 79aa475 commit e67b7ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

## [Unreleased]

...
### Changed

* Added `pytest` dependency which is required for `api.get_outputs()`.

## 0.7.0

Expand Down
2 changes: 1 addition & 1 deletion pretf/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def get_version():
license="MIT License",
packages=["pretf"],
entry_points={"console_scripts": ("pretf=pretf.cli:main")},
install_requires=["colorama", "pyhcl"],
install_requires=["colorama", "pyhcl", "pytest"],
extras_require={"aws": ["pretf.aws=={}".format(version)]},
zip_safe=False,
)

0 comments on commit e67b7ec

Please sign in to comment.