mirror of
https://github.com/saymrwulf/puncture.git
synced 2026-05-14 20:48:10 +00:00
14 lines
340 B
TOML
14 lines
340 B
TOML
[build-system]
|
|
requires = ["setuptools>=68", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "puncture"
|
|
version = "0.1.0"
|
|
description = "Zero-trust cloud-wide forward secrecy via puncturable GGM keys"
|
|
requires-python = ">=3.10"
|
|
dependencies = ["flask>=3.0.0"]
|
|
|
|
[tool.pytest.ini_options]
|
|
pythonpath = ["."]
|
|
addopts = "-q"
|