From 2d0a8dbcd835143f57193d0856526757d8785954 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Sun, 2 Jun 2024 09:04:34 +0800 Subject: [PATCH] Updated the dependencies in pyproject.toml. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f1bc2ed..ba93d65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ # The Flask HTTP Digest Authentication Project. # Author: imacat@mail.imacat.idv.tw (imacat), 2022/11/23 -# Copyright (c) 2022-2023 imacat. +# Copyright (c) 2022-2024 imacat. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -34,7 +34,7 @@ classifiers = [ "Intended Audience :: Developers", ] dependencies = [ - "flask", + "Flask", ] [project.optional-dependencies]