From 6e21e339dadde47f1dad7a925577a441e3d7d754 Mon Sep 17 00:00:00 2001 From: Shivansh-007 Date: Mon, 25 Oct 2021 05:39:43 +0530 Subject: [PATCH] Add reqeusts to custom changelogger dev deps --- poetry.lock | 2 +- pyproject.toml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/poetry.lock b/poetry.lock index b4eaa0ae..a23ff3eb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1207,7 +1207,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "e99a8dc25d0c2d30dd939af8e60aa92c8e4851614508fb46387d0663a0a8c261" +content-hash = "214de83a570696fe6e7292d65e9f766447546b3129df48f8f798c718ecef2184" [metadata.files] aiodns = [ diff --git a/pyproject.toml b/pyproject.toml index aa3423f0..16bc94f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,8 +56,10 @@ pytest-xdist = { version = "^2.3.0", extras = ["psutil"] } mkdocs = ">=1.1.2,<2.0.0" mkdocs-material = ">=7.1.9,<8.0.0" mkdocs-markdownextradata-plugin = ">=0.1.7,<0.2.0" +# Custom changelogger click = "^8.0.3" Jinja2 = "^3.0.2" +requests = "^2.26.0" [build-system] requires = ["poetry-core>=1.0.0"]