Skip to content

Commit

Permalink
Added mock as dependency (as otherwise CI/CD understandably fails), #45
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoHuebner committed Sep 4, 2022
1 parent 1b72643 commit 27da9a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ python = "^3.8"
requests = "^2.27.1"
pandas = "^1.4.3"

# TODO: add mock
[tool.poetry.dev-dependencies]
bandit = "^1.7.4"
black = "^22.3.0"
flake8-docstrings = "^1.6.0"
isort = "^5.10.1"
mock = "^4.0.3"
mypy = "^0.942"
pdoc3 = "^0.10.0"
pre-commit = "^2.18.1"
Expand Down

0 comments on commit 27da9a3

Please sign in to comment.