Delete small bat.
This commit is contained in:
@@ -1,13 +0,0 @@
|
|||||||
@echo off
|
|
||||||
|
|
||||||
REM 切换到当前 bat 文件所在目录(不怕有中文路径)
|
|
||||||
cd /d "%~dp0"
|
|
||||||
|
|
||||||
REM 激活虚拟环境(注意:是 activate.bat,不是 Activate.ps1)
|
|
||||||
call .\myenv\Scripts\activate.bat
|
|
||||||
|
|
||||||
REM 运行你的程序
|
|
||||||
python app.py
|
|
||||||
|
|
||||||
REM 防止双击后窗口一闪而过(如果不需要可以删掉这一行)
|
|
||||||
pause
|
|
||||||
@@ -32,6 +32,7 @@ jieba==0.42.1
|
|||||||
# ===== 数据库 =====
|
# ===== 数据库 =====
|
||||||
pymysql==1.1.0
|
pymysql==1.1.0
|
||||||
aiomysql==0.2.0
|
aiomysql==0.2.0
|
||||||
|
asyncmy==0.2.9
|
||||||
aiosqlite==0.21.0
|
aiosqlite==0.21.0
|
||||||
redis>=4.6.0
|
redis>=4.6.0
|
||||||
SQLAlchemy==2.0.35
|
SQLAlchemy==2.0.35
|
||||||
|
|||||||
Reference in New Issue
Block a user