Commit 7c54b15
Fix python<3.5 compatibility for SecretStorage dep (#2)
According to SecretStorage documentation:
`SecretStorage 3.x supports Python 3.5 and newer versions. If you have an
older version of Python, install SecretStorage 2.x`
Tested in virtualenv with python2.7 and python3.71 parent b4dfaac commit 7c54b15
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
0 commit comments