This commit is contained in:
7LZL
2025-12-02 22:05:54 +08:00
commit 7fa249a767
18 changed files with 1045 additions and 0 deletions

14
requirements.txt Normal file
View File

@@ -0,0 +1,14 @@
# 基础依赖
python-dotenv>=1.0.0
loguru>=0.7.0
# 数据库
SQLAlchemy>=2.0.0
pymysql>=1.1.0
aiomysql>=0.2.0
# Redis
redis>=5.0.0
# 异步
asyncio>=3.4.3