[tool.poetry] name = "mobile-rpa" version = "0.1.0" description = "" authors = ["fzxs88 "] readme = "README.md" [tool.poetry.dependencies] python = "^3.10" fastapi = "^0.115.8" uiautomator2 = "^3.2.8" weditor = "^0.7.3" [[tool.poetry.source]] name = "tsinghua" url = "https://pypi.tuna.tsinghua.edu.cn/simple" priority = "explicit" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"