mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 05:08:19 +08:00
Fix: Run requirement generator
This commit is contained in:
@@ -12,7 +12,7 @@ cnocr==1.2.2
|
||||
jellyfish
|
||||
pyyaml
|
||||
inflection
|
||||
pywebio==1.5.2
|
||||
pywebio==1.6.2
|
||||
starlette==0.14.2
|
||||
anyio==1.3.1
|
||||
uvicorn[standard]==0.17.6
|
||||
@@ -20,6 +20,6 @@ aiofiles
|
||||
wrapt==1.13.1
|
||||
prettytable==2.2.1
|
||||
pypresence==4.2.1
|
||||
rich==11.0.0
|
||||
rich==12.5.1
|
||||
zerorpc==0.6.3
|
||||
pyzmq==22.3.0
|
||||
@@ -59,3 +59,6 @@ def aidlux_requirements_generate(requirements_in='requirements-in.txt'):
|
||||
new[name] = version
|
||||
|
||||
write_file(os.path.join(BASE_FOLDER, f'./{aidlux}/requirements.txt'), data=new)
|
||||
|
||||
if __name__ == "__main__":
|
||||
aidlux_requirements_generate()
|
||||
@@ -13,7 +13,7 @@ cnocr==1.2.2
|
||||
jellyfish
|
||||
pyyaml
|
||||
inflection
|
||||
pywebio==1.5.2
|
||||
pywebio==1.6.2
|
||||
starlette==0.14.2
|
||||
anyio==1.3.1
|
||||
uvicorn[standard]==0.17.6
|
||||
@@ -21,6 +21,6 @@ aiofiles
|
||||
wrapt==1.13.1
|
||||
prettytable==2.2.1
|
||||
pypresence==4.2.1
|
||||
rich==11.0.0
|
||||
rich==12.5.1
|
||||
zerorpc==0.6.3
|
||||
pyzmq==22.3.0
|
||||
Reference in New Issue
Block a user