Skip to content

Commit

Permalink
Add requests-mock dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
julianneswinoga committed Dec 11, 2023
1 parent 75aa9c0 commit 3e28f9a
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 2 deletions.
34 changes: 33 additions & 1 deletion poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Expand Up @@ -15,14 +15,15 @@ python = "^3.6.2"
construct = "^2.10"
# Following are pegged at the latest version that supports Python 3.6
multiprocess = "==0.70.12.2"
requests = "2.27.1"
requests = "==2.27.1"

[tool.poetry.dev-dependencies]
sphinx = "^5.1.1"
sphinx_mdinclude = "^0.5.2"
sphinx-rtd-theme = "^0.5.2" # Can't `poetry update` with 1.0.0?
sh = "^1.14.3"
pytest-cov = "^3.0.0"
requests-mock = "^1.11.0"
# Following are pegged at the latest version that supports Python 3.6
pytest = "==7.0.1"
GitPython = "==3.1.20"
Expand Down

0 comments on commit 3e28f9a

Please sign in to comment.