修复依赖库版本问题

This commit is contained in:
CMHopeSunshine 2022-03-30 10:35:08 +08:00
parent 026f46a3ae
commit f28c8c9aca
2 changed files with 2 additions and 1 deletions

View File

@ -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 ..

View File

@ -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