1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2024-09-19 18:31:16 +00:00

Add click

This commit is contained in:
Mo 2022-08-08 18:00:24 +02:00
parent d928cd45a6
commit bc09e54e3d
2 changed files with 2 additions and 1 deletions

2
poetry.lock generated
View file

@ -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 = [

View file

@ -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]