From 48017a175ac7cb49d19bdc274d214d9bc43d96da Mon Sep 17 00:00:00 2001 From: Radek Golan Date: Mon, 22 Apr 2024 14:43:45 +0200 Subject: [PATCH] Fix deps --- poetry.lock | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/poetry.lock b/poetry.lock index 2d97141..bc13da4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -179,4 +179,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "0cfc9a1f93412f05aa9006f08cd01df63c4e782ec7a1e15ca2b867a9f0684f2c" +content-hash = "30b69df94501e816fd9e14269f3a0ca551aab1907d1b8c81beb8477d30996dde" diff --git a/pyproject.toml b/pyproject.toml index ee5216a..f015b95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,6 +11,7 @@ python = "^3.10" requests = "^2.31.0" discord-webhook = "^1.3.1" +[tool.poetry.group.dev.dependencies] [build-system] requires = ["poetry-core"]