add oauth_dropins like for static file handlers, gunicorn req't

thib
Ryan Barrett 2019-12-26 07:56:07 -08:00
rodzic 7d5b32a331
commit 3771ff55df
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 6BE31FDF4776E9D4
3 zmienionych plików z 5 dodań i 3 usunięć

Wyświetl plik

@ -12,8 +12,8 @@ handlers:
# static
- url: /(static/bootstrap.*\.css)
static_files: local/lib/python2.7/site-packages/oauth_dropins/\1
upload: local/lib/python2.7/site-packages/oauth_dropins/static/bootstrap.*\.css
static_files: oauth_dropins/\1
upload: oauth_dropins/static/bootstrap.*\.css
secure: always
- url: /static
@ -21,7 +21,7 @@ handlers:
secure: always
- url: /oauth_dropins/static
static_dir: local/lib/python2.7/site-packages/oauth_dropins/static
static_dir: oauth_dropins/static
secure: always
- url: /.well-known/acme-challenge

1
oauth_dropins 120000
Wyświetl plik

@ -0,0 +1 @@
local3/lib/python3.6/site-packages/oauth_dropins

Wyświetl plik

@ -5,6 +5,7 @@ git+https://github.com/snarfed/oauth-dropins.git@master#egg=oauth_dropins
git+https://github.com/snarfed/granary.git@master#egg=granary
feedparser~=5.2
google-cloud-logging~=1.14
gunicorn~=20.0
mf2util~=0.5.0
pycrypto~=2.6
requests~=2.22