File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
verifier/server/templates Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{% extends "base.html" %}
22
33{% block main %}
4- < form class ="form-horizontal badgeform " action ="/results " method ="post " id ="submit " enctype ="multipart/form-data ">
4+ < form class ="form-horizontal badgeform " action ="/results " method ="post " id ="submit " enctype ="application/json ">
55<!-- Form Name -->
66< legend > Open Badges Verification Request</ legend >
77< fieldset >
Original file line number Diff line number Diff line change 1- VERSION = (1 , 1 , 3 )
1+ VERSION = (1 , 1 , 4 )
Original file line number Diff line number Diff line change 5252 install_requires = [
5353 'aniso8601>=1.2.0' ,
5454 'Click >= 6.7' ,
55- 'future==0.16 .0' ,
55+ 'future==1.0 .0' ,
5656 'jsonschema==2.6.0' ,
5757 'language-tags==0.4.3' ,
5858 'openbadges-bakery>=1.1.0' ,
5959 'pycryptodome>=3.6.6' ,
6060 'pydux==0.2.2' ,
6161 'PyLD==0.7.1' ,
62- 'python-jose==3.0.1 ' ,
62+ 'python-jose==3.5.0 ' ,
6363 'python-mimeparse==1.6.0' ,
6464 'pytz >= 2017.2' ,
6565 'requests >= 2.13' ,
You can’t perform that action at this time.
0 commit comments