mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-16 04:35:49 +00:00
059bcd5e70
* 🔧 使用 dotenv 重构 config
默认配置从 config.json 移动到 config.py 中。如果要覆盖默认配置,在根目录创建
.env 文件按照 .env.example 的例子编辑。
这个方案的优点是:
* 支持写注释
* 以后如果新增配置项,如果用默认值就可以,不需要修改 .env 文件
* 如果通过 serverless、docker 或者 k8s 部署,方便不用修改文件,直接注入环境变量
修改配置
24 lines
390 B
Plaintext
24 lines
390 B
Plaintext
redis>=4.3.3
|
|
ujson==5.4.0
|
|
genshin>=1.2.1
|
|
aiomysql>=0.1.1
|
|
colorlog~=6.6.0
|
|
numpy~=1.22.3
|
|
httpx==0.23.0
|
|
asyncio>=3.4.3
|
|
jinja2>=3.1.2
|
|
aiofiles>=0.8.0
|
|
playwright==1.22.0
|
|
pymysql>=0.9.3
|
|
beautifulsoup4>=4.11.1
|
|
pyppeteer~=1.0.2
|
|
lxml>=4.9.0
|
|
fakeredis>=1.8.1
|
|
aiohttp<=3.8.1
|
|
python-telegram-bot==20.0a2
|
|
pytz>=2021.3
|
|
Pillow>=9.0.1
|
|
SQLAlchemy>=1.4.39
|
|
sqlmodel>=0.0.6
|
|
asyncmy>=0.2.5
|
|
python-dotenv>=0.20.0 |