Files

16 lines
356 B
TOML

[project]
name = "7z-encrypt-server"
version = "0.1.0"
description = "文件安全传输系统 - 服务端 (接收/汇聚/解密/存储/入库)"
requires-python = ">=3.11"
dependencies = [
"cryptography>=50.0",
"psycopg[binary]>=3.2",
"fastapi>=0.110",
"uvicorn>=0.30",
]
[tool.pytest.ini_options]
testpaths = ["tests"]
pythonpath = ["."]