Compare commits
4 Commits
1e43206ee7
...
8ec1e6fd02
Author | SHA1 | Date | |
---|---|---|---|
8ec1e6fd02 | |||
b37861eccc | |||
f2e51b46cb | |||
387f86ef8c |
@ -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 from the latest source from the
|
You may also install 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.0.0
|
version = 0.1.1
|
||||||
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.10
|
python_requires = >=3.7
|
||||||
install_requires =
|
install_requires =
|
||||||
flask
|
flask
|
||||||
tests_require =
|
tests_require =
|
||||||
|
Loading…
Reference in New Issue
Block a user