Skip to content

Commit 6e21e33

Browse files
committed
Add reqeusts to custom changelogger dev deps
1 parent 6555c4b commit 6e21e33

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,10 @@ pytest-xdist = { version = "^2.3.0", extras = ["psutil"] }
5656
mkdocs = ">=1.1.2,<2.0.0"
5757
mkdocs-material = ">=7.1.9,<8.0.0"
5858
mkdocs-markdownextradata-plugin = ">=0.1.7,<0.2.0"
59+
# Custom changelogger
5960
click = "^8.0.3"
6061
Jinja2 = "^3.0.2"
62+
requests = "^2.26.0"
6163

6264
[build-system]
6365
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)