Skip to content

Commit

Permalink
upgrade tornado to 6.0, rethinkdb-python to a patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
codeskyblue committed Mar 29, 2019
1 parent 60e9ee8 commit 6e41e36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
bunch
logzero
rethinkdb==2.3.0.post6
tornado==4.5.3
tornado==6.0.*
requests
apkutils-patch>=0.5.4,<=0.6.0
git+git://github.com/codeskyblue/rethinkdb-python@patch
2 changes: 1 addition & 1 deletion web/views/auth/openid.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def _openid_args(self,
# required.append(name)
# args["openid.ax.required"] = ",".join(required)

args["openid.ax.required"] = ",".join(ax_attrs) # Patch(ssx)
args["openid.sreg.required"] = ",".join(ax_attrs) # Patch(ssx)
if oauth_scope:
args.update({
"openid.ns.oauth":
Expand Down

0 comments on commit 6e41e36

Please sign in to comment.