|
76ae576717
|
Fix test cases for compatibility with httpx 0.28.0.
|
2024-12-09 08:29:04 +08:00 |
|
|
9da7cec1f5
|
Updated optional dependencies in pyproject.toml.
|
2024-06-02 09:25:12 +08:00 |
|
|
2d0a8dbcd8
|
Updated the dependencies in pyproject.toml.
|
2024-06-02 09:04:34 +08:00 |
|
|
1f657568bb
|
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.
|
2023-10-08 22:06:20 +08:00 |
|
|
264ba158ee
|
Updated minimal Python version to 3.8. As "typing.Literal" is used from the beginning of the project, it is never compatible with Python 3.7. I suppose it was ignored by Python 3.7 when importing the "typing" package but not the name "Literal" itself for type hints.
|
2023-04-26 23:30:27 +08:00 |
|
|
bc15a578cb
|
Added the change log.
|
2023-04-23 22:36:31 +08:00 |
|
|
cedff68247
|
Added the "VERSION" constant to the "flask_digest_auth" module for the package version, and revised "pyproject.toml" and "conf.py" to read the version from it.
|
2023-04-23 22:15:11 +08:00 |
|
|
33eb81f368
|
Replaced setup.cfg with pyproject.toml for the package settings, and rewrote the packaging rules in MANIFEST.in.
|
2023-04-05 23:09:44 +08:00 |
|
|
3a460ca890
|
Added LICENSE, MANIFEST.in, pyproject.toml, README.rst, and setup.cfg as the starting project skeleton.
|
2022-11-23 18:07:00 +11:00 |
|