mirror of
https://github.com/xuthus83/LittlePaimon.git
synced 2024-10-21 16:27:15 +08:00
修复依赖库版本问题
This commit is contained in:
parent
026f46a3ae
commit
f28c8c9aca
@ -126,7 +126,7 @@ Remove-Item go-cqhttp.zip
|
||||
# 下载源码
|
||||
git clone $LittlePaimongit --depth=1
|
||||
Set-Location LittlePaimon
|
||||
py -3.8 -m pip install -r requirements.txt -i $pypi
|
||||
pip install -r requirements.txt -i $pypi
|
||||
Copy-Item -Recurse hoshino\config_example hoshino\config
|
||||
Set-Location ..
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
nonebot[scheduler]~=1.8.0
|
||||
jinja2==3.0.3
|
||||
werkzeug==2.0.3
|
||||
aiocqhttp~=1.4.0
|
||||
lxml>=4.4.1
|
||||
pytz>=2021.3
|
||||
|
Loading…
Reference in New Issue
Block a user