Fix dependence

This commit is contained in:
Changhua 2023-07-12 16:26:38 +08:00
parent c8cfd936f6
commit 0d1ecd3c20
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ setup(
"setuptools",
"fastapi",
"uvicorn[standard]",
"wcferry==39.0.0.0a2",
"wcferry==39.0.0.0a1",
],
classifiers=[
"Environment :: Win32 (MS Windows)",

View File

@ -10,7 +10,7 @@ from fastapi import Body, FastAPI
from pydantic import BaseModel
from wcferry import Wcf, WxMsg
__version__ = "39.0.0.0a0"
__version__ = "39.0.0.0a1"
class Msg(BaseModel):