13 lines
274 B
TOML
13 lines
274 B
TOML
|
|
[project]
|
||
|
|
name = "7z-encrypt"
|
||
|
|
version = "0.1.0"
|
||
|
|
description = "文件安全传输系统 - 客户端 (加密/分卷/元数据/传输)"
|
||
|
|
requires-python = ">=3.11"
|
||
|
|
dependencies = [
|
||
|
|
"cryptography>=50.0",
|
||
|
|
]
|
||
|
|
|
||
|
|
[tool.pytest.ini_options]
|
||
|
|
testpaths = ["tests"]
|
||
|
|
pythonpath = ["."]
|