mirror of
https://github.com/bvanroll/python-vault-db.git
synced 2025-08-28 19:42:45 +00:00
7 lines
126 B
TOML
7 lines
126 B
TOML
[build-system]
|
|
requires = [
|
|
"setuptools>=42",
|
|
"requests=2.25.1",
|
|
"wheel"
|
|
]
|
|
build-backend = "setuptools.build_meta" |