File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,15 @@ This library allows you to write entries to a KeePass database.
1919Come chat at `#pykeepass `_ on Freenode or `#pykeepass:matrix.org `_ on Matrix.
2020
2121.. _#pykeepass : irc://irc.freenode.net
22- .. _#pykeepass\: matrix.org : https://matrix.to/#/%23pykeepass:matrix.org
22+ .. _#pykeepass\: matrix.org : https://matrix.to/#/%23pykeepass:matrix.org
23+
24+ Installation
25+ ------------
26+
27+ .. code ::
28+
29+ sudo apt install python3-lxml
30+ pip install pykeepass
2331
2432 Example
2533-------
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ authors = [
99license = {text = " GPL-3.0" }
1010keywords = [" vault" , " keepass" ]
1111dependencies = [
12- " python-dateutil" ,
13- " construct" ,
14- " argon2_cffi" ,
12+ " python-dateutil>=2.7.0 " ,
13+ " construct>=2.10.53 " ,
14+ " argon2_cffi>=18.1.0 " ,
1515 " pycryptodomex>=3.6.2" ,
1616 " lxml" ,
1717]
You can’t perform that action at this time.
0 commit comments