This commit is contained in:
王思川 2022-10-10 16:54:36 +08:00
parent 27c4e21160
commit ac11363ae6
2 changed files with 3 additions and 2 deletions

View File

@ -33,4 +33,4 @@ async def root(item: Item):
exec(str1) exec(str1)
result = eval(str2) result = eval(str2)
return {"info": "success", "result": result} return result

View File

@ -1,2 +1,3 @@
fastapi~=0.85.0 fastapi~=0.85.0
pydantic~=1.10.2 pydantic~=1.10.2
uvicorn