Skip to content

Commit

Permalink
[deps] Add flake8 and coverage to dev dependencies
Browse files Browse the repository at this point in the history
This commit adds the flake8 and coverage to the development
dependencies. These would be installed along with the other
dependencies using 'poetry install'.

Signed-off-by: Venu Vardhan Reddy Tekula <venu@bitergia.com>
  • Loading branch information
vchrombie committed Apr 19, 2021
1 parent 8c44630 commit 6d2619e
Show file tree
Hide file tree
Showing 2 changed files with 178 additions and 8 deletions.
184 changes: 176 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ python = "^3.6"
python-dateutil = "^2.8.0"

[tool.poetry.dev-dependencies]
flake8 = "^3.9.1"
coverage = "^5.5"

[build-system]
requires = [
Expand Down

0 comments on commit 6d2619e

Please sign in to comment.