Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Bump flask from 1.1.2 to 2.2.5 #4

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 37 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,38 @@
blinker==1.4
cachetools==4.2.1
certifi==2020.12.5
chardet==4.0.0
click==7.1.2
dnspython==2.1.0
dominate==2.6.0
Flask==2.2.5
flask-appconfig
Flask-Bootstrap
flask-nav
Flask-JSGlue
Flask-Mail
Flask
pymongo
dnspython
google-api-python-client
oauth2client
requests
Flask-Bootstrap==3.3.7.1
Flask-JSGlue==0.3.1
Flask-Mail==0.9.1
flask-nav==0.6
google-api-core==1.26.0
google-api-python-client==1.12.8
google-auth==1.26.1
google-auth-httplib2==0.0.4
googleapis-common-protos==1.52.0
httplib2==0.19.0
idna==2.10
itsdangerous==1.1.0
Jinja2==2.11.3
MarkupSafe==1.1.1
oauth2client==4.1.3
packaging==20.9
protobuf==3.14.0
pyasn1==0.4.8
pyasn1-modules==0.2.8
pymongo==3.11.3
pyparsing==2.4.7
pytz==2021.1
requests==2.25.1
rsa==4.7.1
six==1.15.0
uritemplate==3.0.1
urllib3==1.26.3
visitor==0.1.3
Werkzeug==1.0.1
2 changes: 1 addition & 1 deletion runtime.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-3.6.6
python-3.9.17
5 changes: 4 additions & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@
<div class="row">
<div class="col-md-12 set-center" style="margin-bottom: initial">
<div class="well">
<p class="h1-nbs">歡迎來到Pokemon Quest資訊站!</p>
<p class="h1-nbs">歡迎來到 Pokemon Quest 資訊站!</p>
<p class="h3-nbs">
新遊戲 <a href="https://www.pokemonsleep.net/">Pokemon Sleep</a> 的<a href="https://pks.raenonx.cc" target="_blank">相關資訊站已開設,歡迎瀏覽</a>。
</p>
<div class="glyphicon glyphicon-ok">
目前網頁基本功能建置完成,使用時若有任何問題,請聯絡<a href="mailto:[email protected]">點此</a>回報,謝謝。
</div>
Expand Down