Skip to content

Commit

Permalink
Chore: Add mock and pillow to dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dileep-kishore committed Jan 21, 2021
1 parent 289768e commit 5f9248c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
1 change: 1 addition & 0 deletions env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ dependencies:
- markupsafe==1.1.1
- matplotlib==3.3.3
- mccabe==0.6.1
- mock==4.0.3
- mypy==0.790
- mypy-extensions==0.4.3
- networkx==2.5
Expand Down
19 changes: 18 additions & 1 deletion 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 @@ -39,6 +39,8 @@ mypy = "^0.790"
pre-commit = "^2.9.3"
sphinx-rtd-theme = "^0.5.1"
pytest-cov = "^2.11.0"
mock = "^4.0.3"
Pillow = "^8.1.0"

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

0 comments on commit 5f9248c

Please sign in to comment.