Skip to content

Commit

Permalink
Add metadata to pyproject (#401)
Browse files Browse the repository at this point in the history
* pyproject: Add pyotp dependency

* pyproject: Add requires-python

Together with the previous commit this allows to use uv to build the
library and run test. See
https://astral.sh/blog/uv-unified-python-packaging.
  • Loading branch information
A6GibKm authored Oct 6, 2024
1 parent 321c653 commit e312269
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ authors = [
]
license = {text = "GPL-3.0"}
keywords = ["vault", "keepass"]
requires-python = ">=3.7"
dependencies = [
"pyotp>=2.9.0",
"setuptools; python_version<'3.8'",
"construct>=2.10.53",
"argon2_cffi>=18.1.0",
Expand Down

0 comments on commit e312269

Please sign in to comment.