Skip to content

Commit e312269

Browse files
authored
Add metadata to pyproject (#401)
* 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.
1 parent 321c653 commit e312269

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

+2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ authors = [
1111
]
1212
license = {text = "GPL-3.0"}
1313
keywords = ["vault", "keepass"]
14+
requires-python = ">=3.7"
1415
dependencies = [
16+
"pyotp>=2.9.0",
1517
"setuptools; python_version<'3.8'",
1618
"construct>=2.10.53",
1719
"argon2_cffi>=18.1.0",

0 commit comments

Comments
 (0)