This commit is contained in:
2023-11-23 16:23:20 +08:00
commit 8cc93034c9
10 changed files with 506 additions and 0 deletions

15
pyproject.toml Normal file
View File

@@ -0,0 +1,15 @@
[tool.poetry]
name = "a"
version = "0.1.0"
description = ""
authors = ["cuichenyang <cuichenyang@baidu.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
cryptography = "^41.0.5"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"