chore: encrypt_secret.py

This commit is contained in:
tao.chen
2026-09-02 10:10:41 +08:00
committed by tao.chen
parent 49f69129da
commit 75ef8f32a0
5 changed files with 78 additions and 11 deletions
Generated
+2
View File
@@ -685,6 +685,7 @@ dependencies = [
{ name = "apscheduler" },
{ name = "asyncmy" },
{ name = "bcrypt" },
{ name = "cryptography" },
{ name = "fastapi" },
{ name = "greenlet" },
{ name = "loguru" },
@@ -705,6 +706,7 @@ requires-dist = [
{ name = "apscheduler", specifier = ">=3.11.3" },
{ name = "asyncmy", specifier = "==0.2.11" },
{ name = "bcrypt", specifier = ">=4.0,<4.1" },
{ name = "cryptography", specifier = ">=49.0.0" },
{ name = "fastapi", specifier = "==0.116.1" },
{ name = "greenlet", specifier = ">=3.0.0" },
{ name = "loguru", specifier = ">=0.7.2" },