[tool.poetry] name = "interfaceautotest" version = "0.1.0" description = "" authors = ["NianJiu "] readme = "README.md" [tool.poetry.dependencies] python = "^3.10" requests = "^2.32.3" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" [[tool.poetry.source]] name = "tsinghua" url = "https://pypi.tuna.tsinghua.edu.cn/simple" priority = "primary"