Skip to content

Commit

Permalink
update minimum versions of packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Evidlo committed Jan 27, 2024
1 parent 5eab52f commit 1289059
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,15 @@ This library allows you to write entries to a KeePass database.
Come chat at `#pykeepass`_ on Freenode or `#pykeepass:matrix.org`_ on Matrix.

.. _#pykeepass: irc://irc.freenode.net
.. _#pykeepass\:matrix.org: https://matrix.to/#/%23pykeepass:matrix.org
.. _#pykeepass\:matrix.org: https://matrix.to/#/%23pykeepass:matrix.org

Installation
------------

.. code::
sudo apt install python3-lxml
pip install pykeepass
Example
-------
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ authors = [
license = {text = "GPL-3.0"}
keywords = ["vault", "keepass"]
dependencies = [
"python-dateutil",
"construct",
"argon2_cffi",
"python-dateutil>=2.7.0",
"construct>=2.10.53",
"argon2_cffi>=18.1.0",
"pycryptodomex>=3.6.2",
"lxml",
]
Expand Down

0 comments on commit 1289059

Please sign in to comment.