File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ Latest Development Version
99| Released: 2024-08-28
1010
1111
12+ 1.27 (2025-09-27)
13+ -----------------
14+ - allow *urls * attribute to :class: `Account ` to be passed directly to
15+ :class: `RecogniseURL `
16+
17+
12181.26 (2024-08-28)
1319-----------------
1420- added :class: `Base58 ` secrets class.
Original file line number Diff line number Diff line change @@ -23,10 +23,12 @@ requires-python = ">=3.6"
2323dependencies = [
2424 " appdirs" ,
2525 " arrow!=0.14.*" ,
26+ # "base58",
27+ # base58 is optional, is needed for Base58 encoded secrets
2628 " cryptography" ,
2729 # cryptography is optional, it provides rapid startup via encrypted manifests
2830 " docopt" ,
29- " inform" ,
31+ " inform>=1.34 " ,
3032 " pygobject" ,
3133 # pygobject is optional, it provides a secret selection dialog
3234 " python-gnupg>=0.4.4" ,
You can’t perform that action at this time.
0 commit comments