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]