Normalize fullwidth punctuation to ASCII across codebase.
Add scripts/normalize_ambiguous_unicode.py; fix corrupted patch_instance_theme_templates.py. Preserves curly quotes in string literals; removes Git homoglyph warnings on .env.example. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+9
-9
@@ -1,9 +1,9 @@
|
||||
# crypto_monitor 三个 Flask 子项目共用依赖(Binance / Gate / OKX)
|
||||
# 安装:在各子目录 venv 内执行 pip install -r ../requirements.txt
|
||||
# 共用 Python 库位于 ../lib/,启动时需将仓库根加入 PYTHONPATH(各 app.py / PM2 已配置)
|
||||
flask>=3.0,<4
|
||||
requests>=2.31,<3
|
||||
ccxt>=4.2,<5
|
||||
werkzeug>=3.0,<4
|
||||
PySocks>=1.7,<2
|
||||
Pillow>=10.0,<12
|
||||
# crypto_monitor 三个 Flask 子项目共用依赖(Binance / Gate / OKX)
|
||||
# 安装:在各子目录 venv 内执行 pip install -r ../requirements.txt
|
||||
# 共用 Python 库位于 ../lib/,启动时需将仓库根加入 PYTHONPATH(各 app.py / PM2 已配置)
|
||||
flask>=3.0,<4
|
||||
requests>=2.31,<3
|
||||
ccxt>=4.2,<5
|
||||
werkzeug>=3.0,<4
|
||||
PySocks>=1.7,<2
|
||||
Pillow>=10.0,<12
|
||||
|
||||
Reference in New Issue
Block a user