Skip to content

Commit

Permalink
fix(setup): add mock as dependency (#669)
Browse files Browse the repository at this point in the history
Mock is a needed dependency of terraform-compliance used in terraform_compliance.common.error_handling

Co-authored-by: Nicolas Fraison <[email protected]>
  • Loading branch information
ashangit and Nicolas Fraison authored Jan 4, 2023
1 parent bb259e0 commit 0923d67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
'semver==2.13.0',
'IPython==7.16.1',
'orjson==3.8.3',
'mock==5.0.0',
'diskcache==5.4.0'
]

Expand Down

0 comments on commit 0923d67

Please sign in to comment.