Compare commits
No commits in common. "8ec1e6fd028f726e6bbf5dcd76a42b62224ad760" and "1e43206ee7928a8a8d3c57df2e312e78ca18db6b" have entirely different histories.
8ec1e6fd02
...
1e43206ee7
@ -25,7 +25,7 @@ It's suggested that you install with ``pip``:
|
|||||||
|
|
||||||
pip install flask-digest-auth
|
pip install flask-digest-auth
|
||||||
|
|
||||||
You may also install the latest source from the
|
You may also install from the latest source from the
|
||||||
`flask-digest-auth Github repository`_.
|
`flask-digest-auth Github repository`_.
|
||||||
|
|
||||||
::
|
::
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
name = flask-digest-auth
|
name = flask-digest-auth
|
||||||
version = 0.1.1
|
version = 0.0.0
|
||||||
author = imacat
|
author = imacat
|
||||||
author_email = imacat@mail.imacat.idv.tw
|
author_email = imacat@mail.imacat.idv.tw
|
||||||
description = The Flask HTTP Digest Authentication project.
|
description = The Flask HTTP Digest Authentication project.
|
||||||
@ -38,7 +38,7 @@ classifiers =
|
|||||||
package_dir =
|
package_dir =
|
||||||
= src
|
= src
|
||||||
packages = find:
|
packages = find:
|
||||||
python_requires = >=3.7
|
python_requires = >=3.10
|
||||||
install_requires =
|
install_requires =
|
||||||
flask
|
flask
|
||||||
tests_require =
|
tests_require =
|
||||||
|
Loading…
Reference in New Issue
Block a user