Skip to content

Commit 1289059

Browse files
committed
update minimum versions of packages
1 parent 5eab52f commit 1289059

2 files changed

Lines changed: 12 additions & 4 deletions

File tree

README.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,15 @@ This library allows you to write entries to a KeePass database.
1919
Come 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
-------

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ authors = [
99
license = {text = "GPL-3.0"}
1010
keywords = ["vault", "keepass"]
1111
dependencies = [
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
]

0 commit comments

Comments
 (0)