add
This commit is contained in:
14
requirements.txt
Normal file
14
requirements.txt
Normal 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
|
||||
Reference in New Issue
Block a user