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]