| 12345678910111213141516171819202122 |
- [tool.poetry]
- name = "mobile-rpa"
- version = "0.1.0"
- description = ""
- authors = ["fzxs88 <fzxs88@yeah.net>"]
- 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"
|