From bc09e54e3d2e15a9bc551baea262a203178c388c Mon Sep 17 00:00:00 2001 From: Mo8it Date: Mon, 8 Aug 2022 18:00:24 +0200 Subject: [PATCH] Add click --- poetry.lock | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/poetry.lock b/poetry.lock index 667dd8f..242a0d7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -555,7 +555,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "f6a04ed9ac998839c8c6129feeb01502d450cbb5e27c439a8f5f028c5e2d681a" +content-hash = "29681040d277549e501822f687cc25e7c4584965f36905d89459e227478b6357" [metadata.files] alembic = [ diff --git a/pyproject.toml b/pyproject.toml index 1f26ff8..a40445f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,6 +20,7 @@ gunicorn = ">=20.1.0" email-validator = ">=1.2.1" Flask-Migrate = ">=3.1.0" MarkupSafe = ">=2.1.1" +click = ">=8.1.3" [tool.poetry.dev-dependencies]