Replaced the "Flask-Testing" package with the "httpx" package for testing, and retired the unused "flask_digest_auth.test" module. "Flask-Testing" is not maintained for more than 3 years, and is not compatible with Flask 3.

This commit is contained in:
2023-10-05 08:37:54 +08:00
parent 320cfe1700
commit 1f657568bb
6 changed files with 241 additions and 306 deletions

View File

@@ -40,7 +40,7 @@ dependencies = [
[project.optional-dependencies]
test = [
"unittest",
"flask-testing",
"httpx",
]
[project.urls]