mirror of
https://github.com/xuthus83/LittlePaimon.git
synced 2025-03-31 23:35:32 +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
|
git clone $LittlePaimongit --depth=1
|
||||||
Set-Location LittlePaimon
|
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
|
Copy-Item -Recurse hoshino\config_example hoshino\config
|
||||||
Set-Location ..
|
Set-Location ..
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
nonebot[scheduler]~=1.8.0
|
nonebot[scheduler]~=1.8.0
|
||||||
jinja2==3.0.3
|
jinja2==3.0.3
|
||||||
|
werkzeug==2.0.3
|
||||||
aiocqhttp~=1.4.0
|
aiocqhttp~=1.4.0
|
||||||
lxml>=4.4.1
|
lxml>=4.4.1
|
||||||
pytz>=2021.3
|
pytz>=2021.3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user