Skip to content

Commit

Permalink
pyproject: Add requires-python
Browse files Browse the repository at this point in the history
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 committed Sep 7, 2024
1 parent ba55b7c commit ba725d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ authors = [
]
license = {text = "GPL-3.0"}
keywords = ["vault", "keepass"]
requires-python = ">=3.7"
dependencies = [
"pyotp>=2.9.0",
"setuptools; python_version<'3.8'",
Expand Down

0 comments on commit ba725d8

Please sign in to comment.