Skip to content

Commit 64a62c6

Browse files
committed
Upped requirements for installments
1 parent ada2433 commit 64a62c6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

openbadges/verifier/server/templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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>

openbadges/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = (1, 1, 3)
1+
VERSION = (1, 1, 4)

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@
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',

0 commit comments

Comments
 (0)