Skip to content

Commit 6e41e36

Browse files
committed
upgrade tornado to 6.0, rethinkdb-python to a patch version
1 parent 60e9ee8 commit 6e41e36

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
bunch
22
logzero
3-
rethinkdb==2.3.0.post6
4-
tornado==4.5.3
3+
tornado==6.0.*
54
requests
65
apkutils-patch>=0.5.4,<=0.6.0
6+
git+git://github.com/codeskyblue/rethinkdb-python@patch

web/views/auth/openid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def _openid_args(self,
190190
# required.append(name)
191191
# args["openid.ax.required"] = ",".join(required)
192192

193-
args["openid.ax.required"] = ",".join(ax_attrs) # Patch(ssx)
193+
args["openid.sreg.required"] = ",".join(ax_attrs) # Patch(ssx)
194194
if oauth_scope:
195195
args.update({
196196
"openid.ns.oauth":

0 commit comments

Comments
 (0)