Skip to content

Commit 4a9336b

Browse files
committed
Loosened dependency for pycryptodome
1 parent c1a9072 commit 4a9336b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

openbadges/version.py

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

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ future==0.16.0
44
jsonschema==2.6.0
55
language-tags==0.4.3
66
openbadges_bakery==1.1.0
7-
pycryptodome==3.6.6
7+
pycryptodome>=3.6.6
88
pydux==0.2.2
99
PyLD==0.7.1
1010
python-jose==3.0.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
'jsonschema==2.6.0',
5757
'language-tags==0.4.3',
5858
'openbadges-bakery>=1.1.0',
59-
'pycryptodome==3.6.6',
59+
'pycryptodome>=3.6.6',
6060
'pydux==0.2.2',
6161
'PyLD==0.7.1',
6262
'python-jose==3.0.1',

0 commit comments

Comments
 (0)