扫码登录,获取cookies

This commit is contained in:
2026-03-09 16:10:29 +08:00
parent 754e720ba7
commit 8229208165
7775 changed files with 1150053 additions and 208 deletions

View File

@@ -12,10 +12,11 @@ redis==5.0.1
sqlalchemy==2.0.23
aiomysql==0.2.0
PyMySQL==1.1.0
aiosqlite==0.19.0
# Configuration, Validation, and Serialization
pydantic-settings==2.0.3
pydantic==2.5.0
pydantic[email]==2.5.0
python-multipart==0.0.6
# Security
@@ -31,3 +32,8 @@ croniter==2.0.1
# Logging and Monitoring
structlog==23.2.0
# Testing
pytest==7.4.3
pytest-asyncio==0.21.1
hypothesis==6.92.1