Compare commits

...

2 Commits

Author SHA1 Message Date
4c8d06e2c5 Updated optional dependencies in pyproject.toml.
(cherry picked from commit 0200b4ef38)
2024-06-04 06:14:33 +08:00
a73f3fb9cd Updated the dependencies in pyproject.toml.
(cherry picked from commit 7c3f1d45de)
2024-06-04 06:14:33 +08:00

View File

@ -33,7 +33,7 @@ classifiers = [
"Topic :: Office/Business :: Financial :: Accounting",
]
dependencies = [
"flask",
"Flask",
"SQLAlchemy >= 2",
"Flask-SQLAlchemy",
"Flask-WTF",
@ -42,8 +42,7 @@ dependencies = [
]
[project.optional-dependencies]
test = [
"unittest",
devel = [
"httpx",
"OpenCC",
]