Skip to content

Commit ec0c80a

Browse files
authored
Merge pull request #3 from lucasrc/hotfix/attrs_update
fix: TypeError "unhashable type: "EncryptedDataKey"
2 parents bc31a1a + b752119 commit ec0c80a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def get_version():
3131
install_requires=[
3232
'boto3>=1.4.4',
3333
'cryptography>=1.4.0',
34-
'attrs>=16.3.0'
34+
'attrs==16.3.0'
3535
],
3636
classifiers=[
3737
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)