Updated the dependencies in pyproject.toml.

This commit is contained in:
依瑪貓 2024-06-02 09:04:34 +08:00
parent a3bc807192
commit 2d0a8dbcd8

View File

@ -1,7 +1,7 @@
# The Flask HTTP Digest Authentication Project. # The Flask HTTP Digest Authentication Project.
# Author: imacat@mail.imacat.idv.tw (imacat), 2022/11/23 # 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"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.
@ -34,7 +34,7 @@ classifiers = [
"Intended Audience :: Developers", "Intended Audience :: Developers",
] ]
dependencies = [ dependencies = [
"flask", "Flask",
] ]
[project.optional-dependencies] [project.optional-dependencies]