mirror of
https://github.com/drmext/MonkeyBusiness.git
synced 2024-11-28 01:10:53 +01:00
Upgrade requirements
This commit is contained in:
parent
d5a70eb806
commit
6a4e6ec88b
@ -8,7 +8,7 @@ for experimental local testing and playing
|
|||||||
|
|
||||||
## Instructions
|
## Instructions
|
||||||
|
|
||||||
1. Install [python](https://www.python.org/ftp/python/3.10.8/python-3.10.8-amd64.exe) with "Add python.exe to PATH" checked
|
1. Install [python](https://www.python.org/ftp/python/3.11.1/python-3.11.1-amd64.exe) with "Add python.exe to PATH" checked
|
||||||
|
|
||||||
1. Run `start.bat`
|
1. Run `start.bat`
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ import utils.card as conv
|
|||||||
from utils.lz77 import EamuseLZ77
|
from utils.lz77 import EamuseLZ77
|
||||||
|
|
||||||
import lxml.etree as ET
|
import lxml.etree as ET
|
||||||
import json
|
import ujson as json
|
||||||
import struct
|
import struct
|
||||||
from typing import Dict, List, Tuple
|
from typing import Dict, List, Tuple
|
||||||
from os import path
|
from os import path
|
||||||
|
@ -2,7 +2,7 @@ from urllib.parse import urlunparse, urlencode
|
|||||||
|
|
||||||
import uvicorn
|
import uvicorn
|
||||||
|
|
||||||
import json
|
import ujson as json
|
||||||
from os import path
|
from os import path
|
||||||
|
|
||||||
from fastapi import FastAPI, Request, Response
|
from fastapi import FastAPI, Request, Response
|
||||||
|
@ -2,17 +2,18 @@ anyio==3.6.2
|
|||||||
asgiref==3.5.2
|
asgiref==3.5.2
|
||||||
click==8.1.3
|
click==8.1.3
|
||||||
colorama==0.4.6
|
colorama==0.4.6
|
||||||
fastapi==0.86.0
|
fastapi==0.88.0
|
||||||
h11==0.14.0
|
h11==0.14.0
|
||||||
idna==3.4
|
idna==3.4
|
||||||
kbinxml==1.7
|
kbinxml==1.7
|
||||||
lxml==4.9.1
|
lxml==4.9.2
|
||||||
pycryptodomex==3.15.0
|
pycryptodomex==3.16.0
|
||||||
pydantic==1.10.2
|
pydantic==1.10.2
|
||||||
python-multipart==0.0.5
|
python-multipart==0.0.5
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
sniffio==1.3.0
|
sniffio==1.3.0
|
||||||
starlette==0.20.4
|
starlette==0.22.0
|
||||||
tinydb==4.7.0
|
tinydb==4.7.0
|
||||||
typing_extensions==4.4.0
|
typing_extensions==4.4.0
|
||||||
uvicorn==0.19.0
|
ujson==5.6.0
|
||||||
|
uvicorn[standard]==0.20.0
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
cd /d %~dp0
|
cd /d %~dp0
|
||||||
|
|
||||||
if exist .venv\Lib\site-packages\six.py (
|
if exist .venv\Lib\site-packages\ujson*.pyd (
|
||||||
(
|
(
|
||||||
.venv\Scripts\activate.bat
|
.venv\Scripts\activate.bat
|
||||||
python pyeamu.py
|
python pyeamu.py
|
||||||
@ -17,8 +17,8 @@ if exist .venv\Lib\site-packages\six.py (
|
|||||||
)
|
)
|
||||||
|
|
||||||
echo:
|
echo:
|
||||||
echo Install python and check "Add python.exe to PATH"
|
echo Install python with "Add python.exe to PATH" checked
|
||||||
echo https://www.python.org/ftp/python/3.10.8/python-3.10.8-amd64.exe
|
echo https://www.python.org/ftp/python/3.11.1/python-3.11.1-amd64.exe
|
||||||
echo:
|
echo:
|
||||||
|
|
||||||
pause
|
pause
|
||||||
|
Loading…
Reference in New Issue
Block a user