forked from Github-Mirrors/canaille
Authlib 0.15
This commit is contained in:
parent
250753fc80
commit
2e3b727793
2 changed files with 1 additions and 5 deletions
|
@ -1,8 +1,5 @@
|
|||
FROM python:3-alpine
|
||||
|
||||
# Until https://github.com/lepture/authlib/pull/261 is merged
|
||||
RUN apk add git
|
||||
|
||||
RUN adduser -D -h /app oauthserver
|
||||
COPY --chown=oauthserver:oauthserver . /app/
|
||||
RUN apk add curl libldap libffi su-exec
|
||||
|
|
|
@ -18,8 +18,7 @@ packages = find:
|
|||
include_package_data = true
|
||||
python_requires = >= 3.6
|
||||
install_requires =
|
||||
# Until https://github.com/lepture/authlib/pull/261 is merged
|
||||
authlib @ git+https://github.com/azmeuk/authlib.git@rfc8414-is-secure-transport
|
||||
authlib
|
||||
flask
|
||||
flask-babel
|
||||
flask-wtf
|
||||
|
|
Loading…
Reference in a new issue